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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
alpinzar
Microsoft Employee
Microsoft Employee

Auto Refresh timestamp as label in report

Hi guys,

 

I have a report which is auto refreshed every 3 hours and I don't see any options to show this on the report itself. How would one implement a simple label like "updated on 4/16/2020 4:00 PST"?

 

Ideally I need same text as in this picture but in report so my users don't check dataset settings to find it 

 

dataset-menu

 

TIA

1 ACCEPTED SOLUTION
Greg_Deckler
Community Champion
Community Champion

Perhaps create a column in one of your tables that is simply:

 

Column = NOW()

 

This should get recalculated as part of refresh. Then just add this to a Card visual using MAX aggregation.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

3 REPLIES 3
Greg_Deckler
Community Champion
Community Champion

Perhaps create a column in one of your tables that is simply:

 

Column = NOW()

 

This should get recalculated as part of refresh. Then just add this to a Card visual using MAX aggregation.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

so if refresh fails the column will not be populated as well, keeping prev date?

Hi , @alpinzar 

Only when your data is successfully refreshed, the new refresh time will be displayed, otherwise it will be the original old data

In addition ,you also can start in Power BI desktop with “Get data”,  “Blank Query”. Here I enter

 = DateTime.LocalNow()

 

If help ,refer this post.

You can also refer to some related  post and video from 3rd party Links:

link url1

link url2

 

Best Regards,
Community Support Team _ Eason

 

 

 

 

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.

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.

Top Solution Authors