<?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 Get Last Month Data thru DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-Last-Month-Data-thru-DAX/m-p/63981#M61</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am showing the trend of 3 measure values for last 12 months, but user want to know the % of last current month data as well.&lt;/P&gt;&lt;P&gt;Then I used below DAX functions which helped me not to write one more sql code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CALCULATE(SUM('Total Open'[Opened]) ,FILTER(ALL('Total Open'[Month]), 'Total Open'[Month] = MAX ('Total Open'[Month])) )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used this code for all 3 measure seperately and then use "100% Stacked Column Chart" to display.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Aug 2016 07:12:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-31T07:12:12Z</dc:date>
    <item>
      <title>Get Last Month Data thru DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-Last-Month-Data-thru-DAX/m-p/63981#M61</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am showing the trend of 3 measure values for last 12 months, but user want to know the % of last current month data as well.&lt;/P&gt;&lt;P&gt;Then I used below DAX functions which helped me not to write one more sql code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CALCULATE(SUM('Total Open'[Opened]) ,FILTER(ALL('Total Open'[Month]), 'Total Open'[Month] = MAX ('Total Open'[Month])) )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used this code for all 3 measure seperately and then use "100% Stacked Column Chart" to display.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 07:12:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-Last-Month-Data-thru-DAX/m-p/63981#M61</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-31T07:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Get Last Month Data thru DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-Last-Month-Data-thru-DAX/m-p/3400543#M128380</link>
      <description>&lt;P&gt;Can you please tell me if the problem is still relevant? If you managed to solve it in some way, please write here how you solved this problem. Then it will be possible to mark this problem as solved.&lt;/P&gt;
&lt;P&gt;If not, it may make sense to ask the question again, thus confirming the relevance of this problem.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Aug 2023 21:18:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-Last-Month-Data-thru-DAX/m-p/3400543#M128380</guid>
      <dc:creator>technolog</dc:creator>
      <dc:date>2023-08-26T21:18:42Z</dc:date>
    </item>
  </channel>
</rss>

