Forum Discussion
maurcoll
Helper IV
11 months agoConverting 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...
- 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)
Anonymous
10 months agoNot applicable
Hi maurcoll,
Thank you for reaching out to the Microsoft Fabric Forum Community, and special thanks to Royel and GeraldGEmerick for prompt and helpful responses.
Just following up to see if the Response provided by community members were helpful in addressing the issue.
If one of the responses helped resolve your query, please consider marking it as the Accepted Solution. Feel free to reach out if you need any further clarification or assistance.
Best regards,
Prasanna Kumar