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.
Hello all,
I need your help. In order to convert UTC time to Zone Time depende from the region, I creat a column "hours" with the number of hours to add or substract from the UTC Date Time. Whant I want now is to add this hours to my Date time column.
For example :
My column date time= 07/12/2021 10:37:30
and hours column(type whole number)=5
So new column = 07/12/2021 15:37:30
I want to do that with DAX ? how I can do that ? Thank you for your help.
Best
Solved! Go to Solution.
@Anonymous
This works
Column = 'Table'[DateTime] + 'Table'[Hours]/24
Regards
Phil
Proud to be a Super User!
@Anonymous
This works
Column = 'Table'[DateTime] + 'Table'[Hours]/24
Regards
Phil
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
119 | |
78 | |
58 | |
52 | |
47 |
User | Count |
---|---|
170 | |
117 | |
63 | |
58 | |
51 |