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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
Anonymous
Not applicable

Convert UTC Date to Central Standard Time

@ links to members, content

 

I have a datetime column in UTC time in my table.  I want to add a column to that table and convert the time to Central Standard Time.  Is there a simply way to do this.  All the blogs are confusing.  Do you accomplish this via power query or in the table itself. 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

You can create a new calculated column in power bi desktop by DAX:

 

CST Time = [YourUTCDateTimeColumn] - TIME(6, 0, 0)

 

vtangjiemsft_1-1705911295313.png

 

Or you can create a custom column in power query:

 

CST = DateTimeZone.SwitchZone([YourUTCDateTimeColumn],-6)

 

vtangjiemsft_2-1705911339558.png

For the sample .pbix file,pls see attached.

 

 Please refer to the following post for more information.

UTC vs Local Timezone, Daylight Savings for Power BI | by Susheel Aakulu | Medium

 

Best Regards,

Neeko Tang

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

5 REPLIES 5
Anonymous
Not applicable

Hi @Anonymous ,

 

You can create a new calculated column in power bi desktop by DAX:

 

CST Time = [YourUTCDateTimeColumn] - TIME(6, 0, 0)

 

vtangjiemsft_1-1705911295313.png

 

Or you can create a custom column in power query:

 

CST = DateTimeZone.SwitchZone([YourUTCDateTimeColumn],-6)

 

vtangjiemsft_2-1705911339558.png

For the sample .pbix file,pls see attached.

 

 Please refer to the following post for more information.

UTC vs Local Timezone, Daylight Savings for Power BI | by Susheel Aakulu | Medium

 

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

lbendlin
Super User
Super User

You could do that in Power Query. But - why do you need to do it? The Power BI service will show it according to the user's timezone.

Anonymous
Not applicable

Unfortunately, in my desktop it is showing correct time.  When I publish it is showing in UTC time.  Therefore, I need to do a conversion. 

Is it showing to your report users in UTC?

Anonymous
Not applicable

Yes it is

Helpful resources

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

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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