Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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 January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
121 | |
80 | |
47 | |
45 | |
36 |
User | Count |
---|---|
178 | |
89 | |
69 | |
47 | |
47 |