<?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: Running total across years not showing correctly in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-across-years-not-showing-correctly/m-p/3302079#M123216</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Just write ALL function instead of ALLSELECTED.&lt;BR /&gt;&lt;BR /&gt;Cumulative Actuals = CALCULATE( SUM('Table'[Actuals]),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FILTER( ALL('Table'[DateColumn]), 'Table'[DateColumn] &amp;lt;= MAX('Table'[DateColumn]) ) )&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jun 2023 09:34:58 GMT</pubDate>
    <dc:creator>devanshi</dc:creator>
    <dc:date>2023-06-26T09:34:58Z</dc:date>
    <item>
      <title>Running total across years not showing correctly</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-across-years-not-showing-correctly/m-p/3301876#M123202</link>
      <description>&lt;P&gt;I am trying to build a visual based on data from SAP with actuals on posting data. I have used running total measure to display a cumulative graph over time. However, it either shows non-cumulative or cumulative but not sorted by proper month/year.&lt;/P&gt;&lt;P&gt;I would like the graph to display cumulative actuals over time (months and years) based on a CJI3 report from SAP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am i doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See pictures attached.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you kindly&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;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 08:05:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-across-years-not-showing-correctly/m-p/3301876#M123202</guid>
      <dc:creator>Soulbergen</dc:creator>
      <dc:date>2023-06-26T08:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Running total across years not showing correctly</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-across-years-not-showing-correctly/m-p/3302079#M123216</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Just write ALL function instead of ALLSELECTED.&lt;BR /&gt;&lt;BR /&gt;Cumulative Actuals = CALCULATE( SUM('Table'[Actuals]),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FILTER( ALL('Table'[DateColumn]), 'Table'[DateColumn] &amp;lt;= MAX('Table'[DateColumn]) ) )&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 09:34:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-total-across-years-not-showing-correctly/m-p/3302079#M123216</guid>
      <dc:creator>devanshi</dc:creator>
      <dc:date>2023-06-26T09:34:58Z</dc:date>
    </item>
  </channel>
</rss>

