Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi,
Looking to convert EST time zone to GMT-5 (Jamaica time zone).
During winter GMT = EST
During Summer GMT = CST
Please help. Thank you
Solved! Go to Solution.
Hi @thx ,
GMT is 4 hours behind EST, and you can switch to GMT time zone with TIME (4,0,0).
Here are the steps you can follow:
1. Create calculated column.
Date =
var _date='Table'[closed] + 'Table'[Time]
return
_date + TIME(4,0,0)
2. Result:
Refer to:
Convert Time Zones in Power BI using DAX – NateChamberlain.com
Solving DAX Time Zone Issue in Power BI - RADACAD
Handling Different Time Zones in Power BI / Power Query — The Power User
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @thx ,
GMT is 4 hours behind EST, and you can switch to GMT time zone with TIME (4,0,0).
Here are the steps you can follow:
1. Create calculated column.
Date =
var _date='Table'[closed] + 'Table'[Time]
return
_date + TIME(4,0,0)
2. Result:
Refer to:
Convert Time Zones in Power BI using DAX – NateChamberlain.com
Solving DAX Time Zone Issue in Power BI - RADACAD
Handling Different Time Zones in Power BI / Power Query — The Power User
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
78 | |
54 | |
39 | |
35 |
User | Count |
---|---|
102 | |
84 | |
48 | |
48 | |
48 |