<?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 create a list in dax in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-create-a-list-in-dax/m-p/3134244#M111644</link>
    <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I neew create a dax measure that give me a list with the last available date with data and the last date from last month, also the delta between both, then I will put this in a matrix as colunm, like the example in attached.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&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;</description>
    <pubDate>Wed, 15 Mar 2023 17:55:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-03-15T17:55:30Z</dc:date>
    <item>
      <title>How create a list in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-create-a-list-in-dax/m-p/3134244#M111644</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I neew create a dax measure that give me a list with the last available date with data and the last date from last month, also the delta between both, then I will put this in a matrix as colunm, like the example in attached.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&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;</description>
      <pubDate>Wed, 15 Mar 2023 17:55:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-create-a-list-in-dax/m-p/3134244#M111644</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-15T17:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: How create a list in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-create-a-list-in-dax/m-p/3134281#M111647</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , You need measure like these with date tbale and time intelligence &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MTD Sales = CALCULATE(lastnonblankvalue(Date[date], SUM(Sales[Sales Amount]) ),DATESMTD('Date'[Date]))&lt;BR /&gt;last MTD Sales = CALCULATE(lastnonblankvalue(Date[date], SUM(Sales[Sales Amount]) ),DATESMTD(dateadd('Date'[Date],-1,MONTH)))&lt;BR /&gt;last month Sales = CALCULATE(lastnonblankvalue(Date[date], SUM(Sales[Sales Amount]) ),previousmonth('Date'[Date]))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Diff= [MTD Sales] -[last month Sales]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Time Intelligence, Part of learn Power BI &lt;A href="https://youtu.be/cN8AO3_vmlY?t=27510" target="_blank"&gt;https://youtu.be/cN8AO3_vmlY?t=27510&lt;/A&gt;&lt;BR /&gt;Time Intelligence, DATESMTD, DATESQTD, DATESYTD, Week On Week, Week Till Date, Custom Period on Period, &lt;BR /&gt;Custom Period till date: &lt;A href="https://youtu.be/aU2aKbnHuWs&amp;amp;t=145s" target="_blank"&gt;https://youtu.be/aU2aKbnHuWs&amp;amp;t=145s&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 18:14:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-create-a-list-in-dax/m-p/3134281#M111647</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2023-03-15T18:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: How create a list in dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-create-a-list-in-dax/m-p/3134301#M111654</link>
      <description>&lt;P&gt;Thank you so much for that!!! You help me a lot, just a quick recap, how can I add these results in a table?&lt;BR /&gt;&lt;BR /&gt;Thank you again!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 18:26:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-create-a-list-in-dax/m-p/3134301#M111654</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-15T18:26:12Z</dc:date>
    </item>
  </channel>
</rss>

