Forum Discussion
Memory issue after Power BI April update ?
BIXL How many Total Clients / Accounts do you have?
You may have to do this calculation with a summary table and Calculated Columns instead of Measures?
The ParetoValue and Pareto% Measures iterate over the enitre dataset for EACH Client / Account
I recently had to do this...
Thanks for your detailed alternative solution, but I'm not sure that it's right thing to do bypassing this issue with alternative solution.
first, as for my best knowledge, a measure consumes CPU, not memory (as appose to calculated columns). so it just doesn't make sense to replace a measure with calculated column when having memory problem, right ?
second. this measure worked just fine until April update. so it's beyond me. I sended a frown to Microsoft, hopefully they can figure it out.
thanks again.