Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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...
  • v-kelly-msft's avatar
    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,
    Kelly

    Did I answer your question? Mark my post as a solution!