Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
When I open my PBIX in PowerBI.com my Last Refreshed date field is not displaying the most recent date. I have to click on the Refresh visuals icon in order to get the date to be refrshed. Is there a way to get around this issue. The user should see the latest date so that they know when the report has been last refreshed.
Here is the metthod I'm using to get the Last Refreshed date in the report.
Solved! Go to Solution.
Hi @U156531 -You can create a measure that dynamically captures the last refresh time.
Last Refreshed = NOW()
or
if you prefer to display the time in UTC
Last Refreshed = UTCNOW()
This will work in Power BI Desktop but will refresh only when the dataset itself is refreshed on Power BI Service. The limitation here is that the date won't update unless a data refresh occurs if you want to get the latest date in pbi services with the help of using tools like Power Automate it works.
Hope it helps.
Proud to be a Super User! | |
Hi @U156531 -You can create a measure that dynamically captures the last refresh time.
Last Refreshed = NOW()
or
if you prefer to display the time in UTC
Last Refreshed = UTCNOW()
This will work in Power BI Desktop but will refresh only when the dataset itself is refreshed on Power BI Service. The limitation here is that the date won't update unless a data refresh occurs if you want to get the latest date in pbi services with the help of using tools like Power Automate it works.
Hope it helps.
Proud to be a Super User! | |
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.