<?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 Used with Slicer and 2 Tables in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-Used-with-Slicer-and-2-Tables/m-p/2995420#M100922</link>
    <description>&lt;P&gt;I have 2 tables. A date_table and a data_table. I use the date_table for a slicer and the x-axis below. I use the data_table for the bars of the bar chart below. There is a 1:* relationship between date_table[date] and data_table[countColumn]. I created a running total measure(dark blue line below) that I want to show like the red line drawn below and the slicer to work with it as well. Thanks so much for your time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Sample Data for data_table:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The date_table is simply each day of the year in short form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 31 Dec 2022 00:00:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-12-31T00:00:37Z</dc:date>
    <item>
      <title>Running Total Used with Slicer and 2 Tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-Used-with-Slicer-and-2-Tables/m-p/2995420#M100922</link>
      <description>&lt;P&gt;I have 2 tables. A date_table and a data_table. I use the date_table for a slicer and the x-axis below. I use the data_table for the bars of the bar chart below. There is a 1:* relationship between date_table[date] and data_table[countColumn]. I created a running total measure(dark blue line below) that I want to show like the red line drawn below and the slicer to work with it as well. Thanks so much for your time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Sample Data for data_table:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The date_table is simply each day of the year in short form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Dec 2022 00:00:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-Used-with-Slicer-and-2-Tables/m-p/2995420#M100922</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-31T00:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total Used with Slicer and 2 Tables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-Used-with-Slicer-and-2-Tables/m-p/2995467#M100926</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , With help from Date table,new measure&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(all('Date'),'Date'[date] &amp;lt;=max('Date'[date])))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(allselected(date),date[date] &amp;lt;=max(date[Date])))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can explore Power BI Window function too for:&amp;nbsp; Rolling, Cumulative/Running Total, WTD, MTD, QTD, YTD, FYTD: &lt;A href="https://youtu.be/nxc_IWl-tTc" target="_blank"&gt;https://youtu.be/nxc_IWl-tTc&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Running Total/ Cumulative: &lt;A href="https://www.youtube.com/watch?v=h2wsO332LUo&amp;amp;list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&amp;amp;index=41" target="_blank"&gt;https://www.youtube.com/watch?v=h2wsO332LUo&amp;amp;list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&amp;amp;index=41&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Dec 2022 02:23:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-Used-with-Slicer-and-2-Tables/m-p/2995467#M100926</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-12-31T02:23:37Z</dc:date>
    </item>
  </channel>
</rss>

