Forum Discussion
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 values power query some how changing it as
19/06/2017 11:00:00 PM |
(May be US time zone)
but i really need to convert it as (show on my report as ) 20/06/2017 09:00 AM.
Please help.
3 Replies
- FarhanAhmed1984
Resolver 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.
- Bokbob
Helper I
- AnonymousNot 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.