<?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: Dynamic Dim date table - Dax in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Dim-date-table-Dax/m-p/277350#M123733</link>
    <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just copied this statement from sample table, on a 2nd look I realized that the CALENDAR(&amp;lt;Startdate&amp;gt;, &amp;lt;Enddate&amp;gt;) function was missing, but now it's complete&lt;/P&gt;&lt;PRE&gt;Table = CALENDAR(
DATE(YEAR(TODAY())-1,MONTH(TODAY()),1), TODAY())&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2017 23:16:28 GMT</pubDate>
    <dc:creator>TomMartens</dc:creator>
    <dc:date>2017-10-12T23:16:28Z</dc:date>
    <item>
      <title>Dynamic Dim date table - Dax</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Dim-date-table-Dax/m-p/277336#M123724</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a Dimdate table in power bi and the table should contain all dates from today's month last year till today. I have used&amp;nbsp;CALENDAR(DATE(YEAR(TODAY()),MONTH(TODAY())-13,DAY(TODAY())),today()) however it is not solving my purpose as the result contains dates from today's date 13 months ago till today. I need the table to contain dates from 1st of same month last year till today&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eg - as today is 10/13/2017, the table contains data from&amp;nbsp;&lt;SPAN&gt;10/13/2016 till&amp;nbsp;10/13/2017 but i need my table to contain data from 10/1/2016 till 10/13/2017&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Rohith&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 22:31:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Dim-date-table-Dax/m-p/277336#M123724</guid>
      <dc:creator>RohithGn</dc:creator>
      <dc:date>2017-10-12T22:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Dim date table - Dax</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Dim-date-table-Dax/m-p/277340#M123728</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;PRE&gt;CALENDAR=
DATE(YEAR(TODAY())-1,MONTH(TODAY()),1), TODAY())&lt;/PRE&gt;&lt;P&gt;Hopefully this is what you are looking for&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 22:37:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Dim-date-table-Dax/m-p/277340#M123728</guid>
      <dc:creator>TomMartens</dc:creator>
      <dc:date>2017-10-12T22:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Dim date table - Dax</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Dim-date-table-Dax/m-p/277342#M123729</link>
      <description>&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for quick response however I am getting an error. Played around with the braces still no luck&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;Regards,&lt;/P&gt;&lt;P&gt;Rohith&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 22:45:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Dim-date-table-Dax/m-p/277342#M123729</guid>
      <dc:creator>RohithGn</dc:creator>
      <dc:date>2017-10-12T22:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Dim date table - Dax</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Dim-date-table-Dax/m-p/277350#M123733</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just copied this statement from sample table, on a 2nd look I realized that the CALENDAR(&amp;lt;Startdate&amp;gt;, &amp;lt;Enddate&amp;gt;) function was missing, but now it's complete&lt;/P&gt;&lt;PRE&gt;Table = CALENDAR(
DATE(YEAR(TODAY())-1,MONTH(TODAY()),1), TODAY())&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 23:16:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Dim-date-table-Dax/m-p/277350#M123733</guid>
      <dc:creator>TomMartens</dc:creator>
      <dc:date>2017-10-12T23:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Dim date table - Dax</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Dim-date-table-Dax/m-p/278335#M124232</link>
      <description>&lt;P&gt;Works as expected Thanks a ton!&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2017 18:41:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Dim-date-table-Dax/m-p/278335#M124232</guid>
      <dc:creator>RohithGn</dc:creator>
      <dc:date>2017-10-14T18:41:20Z</dc:date>
    </item>
  </channel>
</rss>

