Forum Discussion
ADSL
2 years agoPost Prodigy
Show Only the Last Data Updated
Dear BI Community Team, I have a sales target table that contain data from Jan'23 till Aug'23 as the screenshot below. So I have applied this measure to get the last data updated = F...
- 2 years ago
Hi ADSL
I have checked yoy sample file your data. Your data is upto Dec 2023 in your date range.You have applied visual filter condition where sales>0
That why blank months have filtered out.
Please try the below measure:Last Date Updated = CALCULATE(MAX('Calendar'[Date]),FILTER('Sales Target','Sales Target'[Amt]>0))If I answered your question please give kudos and accept it as a solution!
Thanks