Forum Discussion
SharePoint date differs from Power BI date
Has there been any found solution to this? With the clocks going forward last Sunday, data I am pulling through is now on the incorrect day (instead of 01/04/2019, they read 31/03/2019 23:00:00). Changing the Locale etc doesnt seem to work. Note: This is with a simple: Query->From SharePoint List ->Link to list.
If I change the APIVersion from 15 to 14, it works, but this seems like a bad idea as I saw a post commenting that this causes issues with publishing.
Is there any way to completely fix this? It is clearly daylight saving messing things up
Bumping this.
I have seen this issue posted many times with no clear resolution for it. At the moment, all I can think of is to add an hour to the dates to bring them to the correct date, but that doesn't seem reliable. Changing the Locale doesn't make a difference either. Only changing the API Version to 14 does.
Any help?
- Anonymous7 years agoNot applicable
Last bump.
I have just resorted to adding an hour to the date before I convert from datetime to date.