Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Time + 6 hours

Hi,   I have log files that show US server time (-6) so I need to add 6 hours to the time column in my table. I have  a "Tijd VS" column that shows the date and time (e.g. 31-8-2018 0:00:00 --> A ...
  • Chihiro's avatar
    Chihiro
    7 years ago

    Why not add the column in Query Editor instead of in DAX?

     

    Add Custom Column:

    [TimeColumn] + #duration(0,6,0,0)