Forum Discussion
Bokbob
8 years agoHelper I
Date format issues in Power query
Hi All, i have a sharepoint list item with pick up time as 20/06/2017 09:00 AM. but my Logic app is inserting it in SQL table as '2017-06-19 23:00:00.000' where as when am accessing that tables...
FarhanAhmed1984
8 years agoResolver III
It seems like TimeZone is different
- Goto Add Column,
- Click Custom Column
- Add DateTime with Time Zone "DateTime.AddZone(YourDate,Zone)"
- Click Ok
- Change the Column Type to "DateTime"
- Hide your old date column and use this one
Now you will see correct date/time in your report.
- Anonymous8 years agoNot applicable
Hi FarhanAhmed1984, hi @ all,
i'm struggling with quite the same issue. I get my data from a sharepoint list with a lot of several dates, so it would be unsuitable to add a new column everytime for every single date.
Is there any possibility to undo the struggle by changing the settings for timezones or some such things?
date example:
Sharepoint: 31/10/2018 00:00:00
-> PBI: 30/10/2018
Thanks in advance.