Loading

Filter to Last Date With Available Data

Julkaisupäivä: Apr 13, 2024
Tehtävä
How to filter to the last date that had data available.
Vaiheet
The below steps can be reviewed in the attached sample workbook ShowLastDateWithData.twbx,  located in the Attachments section to the right of this text.

Step 1 - Check for Null values

  1. Create a new calculated field.
  2. Using the measure we want to check for available data enter a formula similar to the following: ISNULL( [Measure] )
  3. Click OK 

Step 2 - Find Last Date

  1. Create a new calculated field.
  2. Enter the following formula referencing the above calculation: { FIXED : MAX(IF NOT [Is Sales Null] THEN [Date] END) }

Step 3 - Compare last date against all dates

  1. Create a new calculated field.
  2. Enter the following formula: [Date] = [Last Date ]
  3. Drag this field onto the filters shelf and select True.


 

Knowledge-artikkelin numero

001453796

Liitteet

ShowLastDateWithData.twbx

1160 KB

 
Ladataan
Salesforce Help | Article