Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply

cumulative sum performance

i'm using power BI desktop for calculate a cumulative sum froma about 120,000 Rows, but the performance it's very bad.  Took about 5 minutes to fill about 15G of ram and couldnt finish.  im using this dax to calculate the acumuluative total

 

Cumulative Quantity =
CALCULATE (
SUM ( 'Sales SalesOrderDetail'[LineTotal] ),
FILTER (
ALL ( 'Table' ),
'Table'[Index] <= MAX ( 'Table'[Index] )
)
)

 

Any ideas how to make more faster or efficient a acumulative sum with more than 30,000 rows?  if i test for example with 20000 this works well but above 30000 isnt work.

0 REPLIES 0

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.