March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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!
User | Count |
---|---|
116 | |
77 | |
58 | |
52 | |
46 |
User | Count |
---|---|
170 | |
117 | |
63 | |
56 | |
51 |