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
How can I show LAST REFRESH timestamp in the local time zone of a PUBLISHED report in Power Bi App?
In Power BI Desktop I can see the date-time is showing in local timezone but when I publish the report in App the timestamp is shown in UTC.
I am currently using the below Query:-
Last Refresh = DateTime.LocalNow()
Any help would be appreciated,
Solved! Go to Solution.
Hi @gauravnarchal ,
You can add time difference manually like below.
Last Refresh = DateTime.LocalNow() + #duration(0,10,0,0)
Best Regards,
Jay
Hi @gauravnarchal ,
You can add time difference manually like below.
Last Refresh = DateTime.LocalNow() + #duration(0,10,0,0)
Best Regards,
Jay
You need set timezone setting in power bi service
https://support.helpshift.com/kb/article/how-do-i-set-my-timezone-in-power-bi/
last refresh date
https://docs.microsoft.com/en-us/azure/devops/report/powerbi/add-last-refresh-time?view=azure-devops
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.