Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
@ 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.
Solved! Go to Solution.
Hi @Anonymous ,
You can create a new calculated column in power bi desktop by DAX:
CST Time = [YourUTCDateTimeColumn] - TIME(6, 0, 0)
Or you can create a custom column in power query:
CST = DateTimeZone.SwitchZone([YourUTCDateTimeColumn],-6)
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.
Hi @Anonymous ,
You can create a new calculated column in power bi desktop by DAX:
CST Time = [YourUTCDateTimeColumn] - TIME(6, 0, 0)
Or you can create a custom column in power query:
CST = DateTimeZone.SwitchZone([YourUTCDateTimeColumn],-6)
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.
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.
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?
Yes it is
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
76 | |
55 | |
36 | |
34 |
User | Count |
---|---|
99 | |
56 | |
53 | |
44 | |
40 |