Forum Discussion
Diff in dates source/power BI (time zone?)
Hi
I have power BI connected to Dynamics 365
The date I see In CRM is different form the date in power BI. It seems that power BI doesnt add GMT +1 even the regional settings is set to norway (+1 GMT)
from CRM:
27.okt.1998 00:00:00 (GMT+1
from Power BI:
Is this a time zone issue and how can I change this?
Here is my regional Settings - set to Norway - so it seems this is correct:
From the other posts on the forum the fix is in dax, but we have many datefields and want to fix this for the entire dataset and not just in one column
Thanks for any help!
4 Replies
- Tahreem24Super User
Hi Anonymous ,
Give a try by using Query editor --> Select your date column --> right click on it and select Change Type then choose Date/Time/TimeZone.
Please hit Thumbs up for support and also accept this as a solution if it helps you!
- AnonymousNot applicable
Hi
Thanks for answer
The column was alredy set to Date/Time/TimeZone
But the values displays the date and +00:00
- Tahreem24Super User
Anonymous ,
Try to change your computer's timezone OR use the DateTime.AddZone function to achieve your expected output.
Dont forget to hit Thumbs up and also mark it as a solution if it helps you!