<?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 Re: Convert YYYYMM to Date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-YYYYMM-to-Date/m-p/3037287#M104025</link>
    <description>&lt;P&gt;This worked, thank you so much!&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jan 2023 10:03:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-01-23T10:03:47Z</dc:date>
    <item>
      <title>Convert YYYYMM to Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-YYYYMM-to-Date/m-p/3036135#M103976</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following column, withthe year and the week number and I'm looking to convert this to a date where the date is the first date of the given week (ie 202304 would be 23/01/2023). Is this possible using DAX and perhaps a new column?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated! Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2023 12:47:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-YYYYMM-to-Date/m-p/3036135#M103976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-22T12:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Convert YYYYMM to Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-YYYYMM-to-Date/m-p/3036148#M103978</link>
      <description>&lt;P&gt;hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try to add a column like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;DATE = DATE( LEFT([YYYYMM], 4), 1,1) + (RIGHT([YYYYMM],2)-1)*7 + 1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2023 13:28:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-YYYYMM-to-Date/m-p/3036148#M103978</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-01-22T13:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Convert YYYYMM to Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-YYYYMM-to-Date/m-p/3037287#M104025</link>
      <description>&lt;P&gt;This worked, thank you so much!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 10:03:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-YYYYMM-to-Date/m-p/3037287#M104025</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-23T10:03:47Z</dc:date>
    </item>
  </channel>
</rss>

