<?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 Convert the relevant dates EST to CST in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-the-relevant-dates-EST-to-CST/m-p/3958520#M153619</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I have power BI Report which is connected semantic model (direct query), Now the requirement is i want &lt;STRONG&gt;convert the relevant dates EST to CST.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We can achieve in power Query but we have connected though direct query hence unable to do in power query.&lt;/P&gt;&lt;P&gt;Any suggesttions and solutions please&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2024 15:56:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-05-29T15:56:17Z</dc:date>
    <item>
      <title>Convert the relevant dates EST to CST</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-the-relevant-dates-EST-to-CST/m-p/3958520#M153619</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I have power BI Report which is connected semantic model (direct query), Now the requirement is i want &lt;STRONG&gt;convert the relevant dates EST to CST.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We can achieve in power Query but we have connected though direct query hence unable to do in power query.&lt;/P&gt;&lt;P&gt;Any suggesttions and solutions please&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 15:56:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-the-relevant-dates-EST-to-CST/m-p/3958520#M153619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-29T15:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the relevant dates EST to CST</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-the-relevant-dates-EST-to-CST/m-p/3958882#M153638</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Create a Calculated Column&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Account for Daylight Saving Time&lt;/STRONG&gt;&lt;SPAN&gt;: Keep in mind that during Daylight Saving Time, the difference might be 2 hours instead of 1. You’ll need to account for this in your DAX formula&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CST Time =&lt;BR /&gt;IF (&lt;BR /&gt;[Your Date Column] &amp;gt;= DATE(Year, Month, Daylight Saving Start Date) &amp;amp;&amp;amp;&lt;BR /&gt;[Your Date Column] &amp;lt; DATE(Year, Month, Daylight Saving End Date),&lt;BR /&gt;DATEADD([Your Date Column], -2, HOUR), // During Daylight Saving Time&lt;BR /&gt;DATEADD([Your Date Column], -1, HOUR) // Rest of the year&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 19:35:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-the-relevant-dates-EST-to-CST/m-p/3958882#M153638</guid>
      <dc:creator>Kaviraj11</dc:creator>
      <dc:date>2024-05-29T19:35:54Z</dc:date>
    </item>
  </channel>
</rss>

