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
AW31
Helper I
Helper I

Convert Date Column from UTC to Central Time

I am trying to add a date column in Power Query that takes the current date column coming in from DirectQuery (comes in on UTC time) and changes it to Central Time (-5 hours from UTC). I searched similar thread but did not produce the result I was looking for. I either need to convert the Post Time column to a new time zone in a new column, or produce a column with a time that is 5 hours behind the Post Time column. And it has to be produced from a DirectQuery, as I've tried other methods that have produced a number but requires my data to be imported. Thanks!




 Post Time.PNG

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

hi, @AW31 

For your case, I would suggest you create a new calculated column in power bi by DAX as below:

Central Time = 'Table'[Post Time]- TIME(5,0,0)
Regards,
Lin
Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-lili6-msft
Community Support
Community Support

hi, @AW31 

For your case, I would suggest you create a new calculated column in power bi by DAX as below:

Central Time = 'Table'[Post Time]- TIME(5,0,0)
Regards,
Lin
Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

I can do this in Power BI as a field, but can it be done in Power Query? Basically I'd like to have it as a column there so that it can be used as a slicer with less loading time. As only a created column in the fields section, it is taking longer to populate every row of data because of the calcuation.

This worked 🙂 Thank you!

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.