Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
TIA
Solved! Go to Solution.
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.
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.
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:
Best Regards,
Community Support Team _ Eason
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!