Forum Discussion

maurcoll's avatar
maurcoll
Icon for Helper IV rankHelper IV
11 months ago
Solved

Converting a date time from utc - daylight saving??

Hi I have a sharepoint file that is generated from a power app. I have startdatetime and enddatetime columns The issue i am having is that when i load the data from the sharepoint file into power b...
  • GeraldGEmerick's avatar
    11 months ago

    maurcoll You could add a step to add an hour like the following:

    AddedHours = Table.AddColumn(Source, "UpdatedDateTime", each [DateTime] + #duration(0, 1, 0, 0), type datetime)