Forum Discussion
Anonymous
5 years agoNot applicable
Convert Date Column from UTC to EST Timezone
Hi, I'm pulling CRM dynamics data in UTC format, I see that dates showing in Powerbi is different from CRM dynamics. Now i want to convert that date column to local time zone EST. Please sh...
- 5 years ago
Hi Anonymous ,
UTC is 5 hrs ahead of EST,so create below M query to convert the timezone column to EST time:
EST = DateTimeZone.SwitchZone([UTC],-5)And you will see:
For the sample .pbix file,pls see attached.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
Syndicate_Admin
3 years agoAdministrator
@Syndicate_Admin , I am looking for the same solution that auto process Day time saving as well.
So far this is semi-manual way I found
Add a Refresh Time Stamp To Your Power BI Reports — ehansalytics