<?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 Running total based on Month Name in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-based-on-Month-Name/m-p/2446097#M65640</link>
    <description>&lt;P&gt;My matrix visual contains data of different data type format from whole number, percentage to weighted average. I wanted to establish the report to conatin the running total based on a month name selected on the slicer. Need help on the same.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Apr 2022 13:18:16 GMT</pubDate>
    <dc:creator>nareshr89</dc:creator>
    <dc:date>2022-04-08T13:18:16Z</dc:date>
    <item>
      <title>Running total based on Month Name</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-based-on-Month-Name/m-p/2446097#M65640</link>
      <description>&lt;P&gt;My matrix visual contains data of different data type format from whole number, percentage to weighted average. I wanted to establish the report to conatin the running total based on a month name selected on the slicer. Need help on the same.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 13:18:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-based-on-Month-Name/m-p/2446097#M65640</guid>
      <dc:creator>nareshr89</dc:creator>
      <dc:date>2022-04-08T13:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Running total based on Month Name</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-based-on-Month-Name/m-p/2446346#M65664</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Your running total pattern will be: (I will use my measure named [Total Sales]&amp;nbsp; Total Sales = SUM(SalesTable[Sales amt column])&amp;nbsp; I have a date table named Dates. Dates is marked as a data table and connected to the sales table on order date field to Dates[Date] field in the Dates Table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RT Sales = CALCULATE([Total Sales],&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FILTER(ALLSELECTED(Dates),&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dates[Dates] &amp;lt;= MAX(Dates[Date]))&lt;BR /&gt;If you want Month to filter RT then:&lt;/P&gt;&lt;P&gt;RT ALLEXCEPT = CALCULATE[RT Sales], ALLEXCEPT( Sales, Dates[Month Name])&lt;/P&gt;&lt;P&gt;Month Name is also a field in the Dates Table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you don't understand well, please provide your data example and I will use your table names and column names, etc.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 15:09:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-based-on-Month-Name/m-p/2446346#M65664</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-04-08T15:09:34Z</dc:date>
    </item>
  </channel>
</rss>

