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
gauravnarchal
Post Prodigy
Post Prodigy

Power BI refresh timestamp - Convert UTC to local time zone

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,

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @gauravnarchal ,

 

You can add time difference manually like below.

Last Refresh = DateTime.LocalNow() + #duration(0,10,0,0)

 

Best Regards,

Jay

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @gauravnarchal ,

 

You can add time difference manually like below.

Last Refresh = DateTime.LocalNow() + #duration(0,10,0,0)

 

Best Regards,

Jay

amitchandak
Super User
Super User

@gauravnarchal ,

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

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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
Top Kudoed Authors