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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Everyone,
So I work for a company in Winnipeg (Canada). I wanted to show the last refreshed date in my report. I used http://worldtimeapi.org/pages/examples to get the time for America/Winnipeg which seems to be correct. On Power BI desktop, this works properly but when I upload this to service, the time changes for some reason. I am not sure what could be the problem since I am not using local time and using this API instead.
Also, After updating the report in Power BI service. I dowloaded the report (after time changed) from the service to see what does the Power Query show. Power Query is showing correct time, but the data view is showing different time (which is same as when Service). Any Idea why this is happening?
Time in Power Query: datetime 2/2/2024 11:44:40 AM
Time in Dataview: datetime 2/2/2024 5:22:51 PM
Thanks
Solved! Go to Solution.
Hi @Prakul ,
If I understand correctly, the issue is that you want to show the last refreshed date in the report. Please try the following methods and check if they can solve your problem:
1.Check the refresh regional settings in the Power BI service.
2.Select Options, turn off the auto date/time feature.
3.Create a column in Power query that converts time to the desired time.
= DatetimezoneDateTimeZone.SwitchZone
4.Go to File > Options. Select Regional settings and change the locale for import.
Best Regards,
Wisdom Wu
Hi @Prakul ,
If I understand correctly, the issue is that you want to show the last refreshed date in the report. Please try the following methods and check if they can solve your problem:
1.Check the refresh regional settings in the Power BI service.
2.Select Options, turn off the auto date/time feature.
3.Create a column in Power query that converts time to the desired time.
= DatetimezoneDateTimeZone.SwitchZone
4.Go to File > Options. Select Regional settings and change the locale for import.
Best Regards,
Wisdom Wu
Hello @Prakul ,
check this out https://youtu.be/eH9dHfNG8kg?si=CtFiB3sbNrQVnWdP
Proud to be a Super User! | |
Power BI service runs on UTC timezone. You can try some methods from the following link: Solving DAX Time Zone Issue in Power BI - RADACAD
Proud to be a Super User! | |
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!