Forum Discussion
Server Refresh Changing SharePoint Timestamp - Desktop Version Works Just Fine
- 4 years ago
Hi Anonymous
The reason I think that this happens is that when it gets the ID Created date it gets it from the local time of the PC/Server that it is onWhen you are working on your PC it uses your local time. But when data is uploaded to the Power BI Service it is then on the Power BI Servers times which is UTC.
What would would need to do is to add 5 hours to the ID created time so when it is in the Power BI Service it will calculate the date correctly.
Hi Anonymous
The reason I think that this happens is that when it gets the ID Created date it gets it from the local time of the PC/Server that it is on
When you are working on your PC it uses your local time. But when data is uploaded to the Power BI Service it is then on the Power BI Servers times which is UTC.
What would would need to do is to add 5 hours to the ID created time so when it is in the Power BI Service it will calculate the date correctly.
- Anonymous4 years agoNot applicable
Ok! After some more investigation, I had to rollback some changes in Power Query that I had originally made trying to solve this. Once I did that I applied your suggestion everything worked!
Thank you!
- GilbertQ4 years agoSuper User
Hi Anonymous
That is awesome to hear thanks!