Forum Discussion

jpdejongjr's avatar
jpdejongjr
Frequent Visitor
2 years ago
Solved

Power BI Running Total Memory fault

I have a table based on unique numerical values. I counted the number of occurrences for each in the next field. Finally I have a field that gives me a number for each row showing the average number of occurrences each month. 

Now I want to have a running total on these average numbers, adding one row to the previous row, all the way through the 213,000 rows of the table.  I have tried to use DAX formulas for this that I have found online, but when I try to execute it fails with a not enough memory error.

 

Funny thing:  I built the same table in Access and was able to execute using a DSum formula.  

 

Why is this so difficult?  I want to perform this calculation in Power BI.  I have much more to do with this report.

 

My Running total will be key to further analysis, and is a data field I will use in a calculation to select records.  As such, my whole report depends on me getting this figured out.

 

What am I missing?

 

3 Replies