Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
ADSL
Post Prodigy
Post 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.

 

2023-10-19_08-39-33.png

 

So I have applied this measure to get the last data updated = FORMAT(MAX(Sales[Month]), "mmm yyyy") then result is showing on "Dec 2023" that actually last data available is on "Aug 2023".

 

2023-10-19_11-26-34.png

 

Any suggestion/advise to fix this issue?

 

Sample link - https://drive.google.com/drive/folders/1V2BPZtg7obFYI2dBQlT8rEIsYVy5wTGt?usp=sharing 

 

Thanks and Regards,

2 ACCEPTED SOLUTIONS
Uzi2019
Super User
Super User

Hi @ADSL 
I have checked yoy sample file your data. Your data is upto Dec 2023 in your date range.

Uzi2019_0-1697690477125.png

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))
 

Uzi2019_1-1697690909087.png

If I answered your question please give kudos and accept it as a solution!
Thanks

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

View solution in original post

Ritaf1983
Super User
Super User

Hi @ADSL 

You can apply to this card the same filter that is on the graph.
This will fix the issue 

Ritaf1983_0-1697691056755.png

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

View solution in original post

3 REPLIES 3
ADSL
Post Prodigy
Post Prodigy

Hi @Uzi2019 & @Ritaf1983 ,

 

Thank you for helpful feedback and getting the same result.

 

Best Regards,

Ritaf1983
Super User
Super User

Hi @ADSL 

You can apply to this card the same filter that is on the graph.
This will fix the issue 

Ritaf1983_0-1697691056755.png

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile
Uzi2019
Super User
Super User

Hi @ADSL 
I have checked yoy sample file your data. Your data is upto Dec 2023 in your date range.

Uzi2019_0-1697690477125.png

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))
 

Uzi2019_1-1697690909087.png

If I answered your question please give kudos and accept it as a solution!
Thanks

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors