Forum Discussion
Improving Summarize Efficiency
I gave this a shot, and it didn't appear to make a significant difference in the memory load or execution time. My understanding is that having it nested inside the SUMMARIZE implicitly filters in some similar manner anyway. Or at least, the results I get (from either version) find the same value as desired - the top value out of only the rows with the given ID. Thanks for taking a stab though!
Hi jambrose,
The momery consumption is mainly by your large amount of resource table. While I guess memory load is not only caused by Power BI operation but also other threads in your local computer based on my understanding. Please check your computer's tasks and memory.
After search, there are some article about high performance Power BI and DAX, maybe it's helpful.
Optimizing DAX expressions involving multiple measures.
Performance Tip for Power BI; Enable Load Sucks Memory Up.
Power BI Performance Tips and Techniques
Best Regards,
Angelia