<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic PowerBI DirectQuery, Date and Time conversion from UTC to UTC+13 in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-DirectQuery-Date-and-Time-conversion-from-UTC-to-UTC-13/m-p/4255150#M168557</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Hi Good Day!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I currently creating a dashboard on PowerBI Desktop using DirectQuery and it's connected to Dynamics365 Dataverse, I'm having a hard time figuring out how to convert the date and time from UTC to local time zone (Auckland NZ).&lt;BR /&gt;Table name: incident&lt;BR /&gt;Date column name: Created On&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I've tried modifying it thru power editor seems like it wasn't allowed in DirectQuery.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can someone provide some possible ways on how to convert date and time from UTC to UTC+13?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Oct 2024 23:03:59 GMT</pubDate>
    <dc:creator>rrodillas012</dc:creator>
    <dc:date>2024-10-23T23:03:59Z</dc:date>
    <item>
      <title>PowerBI DirectQuery, Date and Time conversion from UTC to UTC+13</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-DirectQuery-Date-and-Time-conversion-from-UTC-to-UTC-13/m-p/4255150#M168557</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Hi Good Day!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I currently creating a dashboard on PowerBI Desktop using DirectQuery and it's connected to Dynamics365 Dataverse, I'm having a hard time figuring out how to convert the date and time from UTC to local time zone (Auckland NZ).&lt;BR /&gt;Table name: incident&lt;BR /&gt;Date column name: Created On&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I've tried modifying it thru power editor seems like it wasn't allowed in DirectQuery.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can someone provide some possible ways on how to convert date and time from UTC to UTC+13?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 23:03:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-DirectQuery-Date-and-Time-conversion-from-UTC-to-UTC-13/m-p/4255150#M168557</guid>
      <dc:creator>rrodillas012</dc:creator>
      <dc:date>2024-10-23T23:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI DirectQuery, Date and Time conversion from UTC to UTC+13</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-DirectQuery-Date-and-Time-conversion-from-UTC-to-UTC-13/m-p/4255199#M168560</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="829969" data-lia-user-login="rrodillas012" class="lia-mention lia-mention-user"&gt;rrodillas012&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try to&lt;/P&gt;
&lt;P&gt;1) create a calculated date table referencing your original datetime column,&lt;/P&gt;
&lt;P&gt;2) shift 13h with a new date column&lt;/P&gt;
&lt;P&gt;3) add the year, month column based on the shifted date column.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 00:35:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-DirectQuery-Date-and-Time-conversion-from-UTC-to-UTC-13/m-p/4255199#M168560</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2024-10-24T00:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI DirectQuery, Date and Time conversion from UTC to UTC+13</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-DirectQuery-Date-and-Time-conversion-from-UTC-to-UTC-13/m-p/4255402#M168571</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="829969" data-lia-user-login="rrodillas012" class="lia-mention lia-mention-user"&gt;rrodillas012&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try this&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;NewTable= Table.TransformColumns(dbo_cr6d7_table14, {"cr6d7_datecolumn", each _ + #duration(0, 13, 0, 0)})&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Wearsky&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 03:25:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/PowerBI-DirectQuery-Date-and-Time-conversion-from-UTC-to-UTC-13/m-p/4255402#M168571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-24T03:25:12Z</dc:date>
    </item>
  </channel>
</rss>

