<?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 cumulative sum performance in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/cumulative-sum-performance/m-p/312839#M156512</link>
    <description>&lt;P&gt;i'm using power BI desktop for calculate a cumulative sum froma about 120,000 Rows, but the performance it's very bad.&amp;nbsp; Took about 5 minutes to fill about 15G of ram and couldnt finish.&amp;nbsp; im using this dax to calculate the acumuluative total&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cumulative Quantity =&lt;BR /&gt;CALCULATE (&lt;BR /&gt;SUM ( 'Sales SalesOrderDetail'[LineTotal] ),&lt;BR /&gt;FILTER (&lt;BR /&gt;ALL ( 'Table' ),&lt;BR /&gt;'Table'[Index] &amp;lt;= MAX ( 'Table'[Index] )&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas how to make more faster or efficient a acumulative sum with more than 30,000 rows?&amp;nbsp; if i test for example with 20000 this works well but above 30000 isnt work.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Nov 2017 16:04:43 GMT</pubDate>
    <dc:creator>juanbizzz</dc:creator>
    <dc:date>2017-11-28T16:04:43Z</dc:date>
    <item>
      <title>cumulative sum performance</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/cumulative-sum-performance/m-p/312839#M156512</link>
      <description>&lt;P&gt;i'm using power BI desktop for calculate a cumulative sum froma about 120,000 Rows, but the performance it's very bad.&amp;nbsp; Took about 5 minutes to fill about 15G of ram and couldnt finish.&amp;nbsp; im using this dax to calculate the acumuluative total&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cumulative Quantity =&lt;BR /&gt;CALCULATE (&lt;BR /&gt;SUM ( 'Sales SalesOrderDetail'[LineTotal] ),&lt;BR /&gt;FILTER (&lt;BR /&gt;ALL ( 'Table' ),&lt;BR /&gt;'Table'[Index] &amp;lt;= MAX ( 'Table'[Index] )&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas how to make more faster or efficient a acumulative sum with more than 30,000 rows?&amp;nbsp; if i test for example with 20000 this works well but above 30000 isnt work.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 16:04:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/cumulative-sum-performance/m-p/312839#M156512</guid>
      <dc:creator>juanbizzz</dc:creator>
      <dc:date>2017-11-28T16:04:43Z</dc:date>
    </item>
  </channel>
</rss>

