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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
JC2022
Helper III
Helper III

Alert measure if last refresh date is before current date minus one

Hi,

If would like to add a visual alert (just text in red for example) when the "last refresh date" (which is a measure) is before current date minus one. This so everyone directly sees the report is not last refreshed the previous night. Can I do this with a simple measure?

Thanks in advance 

1 ACCEPTED SOLUTION
ppm1
Solution Sage
Solution Sage

Please see this video for several examples of data quality checks following a dataset refresh. But you can compare the max date in your fact table (or refresh date) with a measure like this (the ALL is used to avoid any filters from slicers on your page).

 

Days Since Refresh = CALCULATE(MAX(Table[TransactionDate]), ALL()) - TODAY()

 

https://www.youtube.com/watch?v=n8qGP2kiZHo&t=478s

 

Pat

Microsoft Employee

View solution in original post

1 REPLY 1
ppm1
Solution Sage
Solution Sage

Please see this video for several examples of data quality checks following a dataset refresh. But you can compare the max date in your fact table (or refresh date) with a measure like this (the ALL is used to avoid any filters from slicers on your page).

 

Days Since Refresh = CALCULATE(MAX(Table[TransactionDate]), ALL()) - TODAY()

 

https://www.youtube.com/watch?v=n8qGP2kiZHo&t=478s

 

Pat

Microsoft Employee

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.