<?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: Help with running total with multiple filters in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-running-total-with-multiple-filters/m-p/3552038#M136670</link>
    <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="562766" data-lia-user-login="forgetmenot" class="lia-mention lia-mention-user"&gt;forgetmenot&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;just post some sample data&lt;/P&gt;</description>
    <pubDate>Sat, 25 Nov 2023 15:31:28 GMT</pubDate>
    <dc:creator>FreemanZ</dc:creator>
    <dc:date>2023-11-25T15:31:28Z</dc:date>
    <item>
      <title>Help with running total with multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-running-total-with-multiple-filters/m-p/3551915#M136657</link>
      <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im hoping somone can help me.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I currently have the following measure :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CM 2022-23 (Ton) =&lt;/P&gt;&lt;P&gt;CALCULATE(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; SUM('Table_ALL'[Tonnage]),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; 'Table_ALL'[FY] IN { "2022 23" } &amp;amp;&amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; 'Table_ALL'[Type] IN {"Co-mingled"}&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to amend this to a running total. I am unsure how to do this since I have multiple criteria.&amp;nbsp;&lt;BR /&gt;For example I am currently bringing back the Tonnage of co-mingled waste from the FY 2022-23, The client wants a line per waste type to be plotted per year, however the ask is thats its plotted on one axis so lines appear above and below it I have done this by putting month on x-axis as a text so can see trends for same months in previous years.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can someone please assist?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Nov 2023 09:38:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-running-total-with-multiple-filters/m-p/3551915#M136657</guid>
      <dc:creator>forgetmenot</dc:creator>
      <dc:date>2023-11-25T09:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help with running total with multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-running-total-with-multiple-filters/m-p/3552038#M136670</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="562766" data-lia-user-login="forgetmenot" class="lia-mention lia-mention-user"&gt;forgetmenot&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;just post some sample data&lt;/P&gt;</description>
      <pubDate>Sat, 25 Nov 2023 15:31:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-running-total-with-multiple-filters/m-p/3552038#M136670</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-11-25T15:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help with running total with multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-running-total-with-multiple-filters/m-p/3552557#M136688</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Nov 2023 12:01:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-running-total-with-multiple-filters/m-p/3552557#M136688</guid>
      <dc:creator>forgetmenot</dc:creator>
      <dc:date>2023-11-26T12:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help with running total with multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-running-total-with-multiple-filters/m-p/3553920#M136753</link>
      <description>&lt;P&gt;HI guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Managed to find a solution for this where I duplictated the original table, created groups per category and calculated running total as a function.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;following this I amended my orginal Dax measure to reference newly created table and now have running totals per group and FY as per clients request.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 11:00:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-running-total-with-multiple-filters/m-p/3553920#M136753</guid>
      <dc:creator>forgetmenot</dc:creator>
      <dc:date>2023-11-27T11:00:04Z</dc:date>
    </item>
  </channel>
</rss>

