Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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...
  • PhilipTreacy's avatar
    5 years ago

    Anonymous 

    This works

    Column = 'Table'[DateTime] + 'Table'[Hours]/24

    Regards

    Phil