Forum Discussion
Anonymous
5 years agoNot applicable
Add Integer (hours) to a Date Time with DAX
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...
- 5 years ago
Anonymous
This works
Column = 'Table'[DateTime] + 'Table'[Hours]/24Regards
Phil
PhilipTreacy
Super User
5 years agoAnonymous
This works
Column = 'Table'[DateTime] + 'Table'[Hours]/24
Regards
Phil