<?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 How to get a date from monthly data source? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-a-date-from-monthly-data-source/m-p/3546839#M136398</link>
    <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a monthly data source which has date columns showing:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a new date column that gives 1st of the month for a standard UK date format e.g. top row would be 01/04/2017.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have calculated the year from the fiscal year (labelled year in the table) and the month number from month column:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now all it seems I need to do is add a "01/" &amp;amp; MONTHUM &amp;amp;"/" &amp;amp; Year but its now a string.&amp;nbsp; How do I get a proper date?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manyy thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Nov 2023 13:09:45 GMT</pubDate>
    <dc:creator>wilbur750</dc:creator>
    <dc:date>2023-11-22T13:09:45Z</dc:date>
    <item>
      <title>How to get a date from monthly data source?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-a-date-from-monthly-data-source/m-p/3546839#M136398</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a monthly data source which has date columns showing:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a new date column that gives 1st of the month for a standard UK date format e.g. top row would be 01/04/2017.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have calculated the year from the fiscal year (labelled year in the table) and the month number from month column:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now all it seems I need to do is add a "01/" &amp;amp; MONTHUM &amp;amp;"/" &amp;amp; Year but its now a string.&amp;nbsp; How do I get a proper date?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manyy thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 13:09:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-a-date-from-monthly-data-source/m-p/3546839#M136398</guid>
      <dc:creator>wilbur750</dc:creator>
      <dc:date>2023-11-22T13:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a date from monthly data source?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-a-date-from-monthly-data-source/m-p/3546905#M136400</link>
      <description>&lt;P&gt;My advice is to not create a string, but an actual date column and than add your favorite date format. to create the date (computed) colum: DATE([Year], [MONTHNUM],1)&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 13:56:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-a-date-from-monthly-data-source/m-p/3546905#M136400</guid>
      <dc:creator>sjoerdvn</dc:creator>
      <dc:date>2023-11-22T13:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a date from monthly data source?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-a-date-from-monthly-data-source/m-p/3546938#M136401</link>
      <description>&lt;P&gt;I Have managed to fix it now using Bing Chat which gave me:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DATE([Year], [Month Number], 1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Works just fine!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 14:06:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-a-date-from-monthly-data-source/m-p/3546938#M136401</guid>
      <dc:creator>wilbur750</dc:creator>
      <dc:date>2023-11-22T14:06:09Z</dc:date>
    </item>
  </channel>
</rss>

