Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Anonymous
Not applicable

Converting Time Zone

Hi All,

 

I've created the blow last refresh time calculation. Is there a way I can convert the same to UTC -6 time zone?

 

As of now its showing me local time zone but i want to show the UTC -6 time zone on my report.

 

Kindly help if its possible.

 

Himanshu_13_0-1613025291885.png

Regards,

Himanshu

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , you have UTCNOW  in dax

a new column or measure like this

time with zone = UTCNOW() - time(6,0,0)

 

Should give you

refer: https://www.youtube.com/watch?v=w3mLeLv-Kj0

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

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@Anonymous , you have UTCNOW  in dax

a new column or measure like this

time with zone = UTCNOW() - time(6,0,0)

 

Should give you

refer: https://www.youtube.com/watch?v=w3mLeLv-Kj0

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
Anonymous
Not applicable

Thnaks for the support it has given me the desired output.

 

But one question, I have scheduled the report to refresh 8 times a day in the power bi service. Will the time on the report change itself by using this new dax column?

 

Regards,

Himanshu

@Anonymous , There you might have setup like this

https://www.excelguru.ca/blog/2016/06/08/display-last-refreshed-date-in-power-bi/

 

also refer:

https://radacad.com/showing-current-time-and-latest-refresh-time-at-local-timezones-in-the-power-bi-...

 

Add hours

[DateTime] + #duration(0,6,0,0))

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
Anonymous
Not applicable

@amitchandak Both the links are not solving my issue. Also the column I've created using "time with zone = UTCNOW() - time(6,0,0)" is not what I intended. After every pafe refresh the time is changing on my report. WHat I want is only when the dataset is refreshed the time should change or if I can show the next dataset refresh time in my report.

 

Is there any possibility for this?

 

Regards,

Himanshu

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.