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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Date Field Time Zone Fix

I have a date/time field that is pulling from an API that is not in my time zone. Is there a way I can convert the timezone to show CST?

1 ACCEPTED SOLUTION
v-yuta-msft
Community Support
Community Support

Hi ThePowerBIQueen ,

 

To see you local timezone, use power query function:

DateTimeZone.LocalNow() 

Or DAX function:

LocalTime = now()

 

To change timezone, use power query function:

 = DateTimeZone.SwitchZone(dateTimeZone, timezoneHours , timezoneMinutes )

 

In addtion, please refer to:

http://radacad.com/solving-dax-time-zone-issue-in-power-bi

https://msdn.microsoft.com/en-us/query-bi/m/datetimezone-functions

 

Regards,

Jimmy Tao

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hello, 

 

Sorry for open an old post but I have the following problem: I'm importing tables through SQL SERVER and the date/time fields are in a different time zone. I have the code to convert via SQL (to_char(cast ...) but sometimes I import the whole table instead of writing a query. 

 

How to convert date/time fields to my time zone without add a new column?

 

Thank you!

v-yuta-msft
Community Support
Community Support

Hi ThePowerBIQueen ,

 

To see you local timezone, use power query function:

DateTimeZone.LocalNow() 

Or DAX function:

LocalTime = now()

 

To change timezone, use power query function:

 = DateTimeZone.SwitchZone(dateTimeZone, timezoneHours , timezoneMinutes )

 

In addtion, please refer to:

http://radacad.com/solving-dax-time-zone-issue-in-power-bi

https://msdn.microsoft.com/en-us/query-bi/m/datetimezone-functions

 

Regards,

Jimmy Tao

edhans
Super User
Super User

Check out the DateTimeZone.SwitchZone function in Power Query. You can use that to add/subtract hours from your source time zone to your current time zone.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.