Forum Discussion
DouweMeer
6 years agoImpactful Individual
Optimize Service memory usage
So I have a report which has an incremental refresh on a Salesforce source. This Desktop report is published to Service which, fully loaded is approximaly 9GB on Service. This report is (currently) r...
JirkaZ
6 years agoSolution Specialist
DouweMeer Exactly. And btw. the book "The definitive guide to DAX" explains the engine behind Power BI really well.
DouweMeer
6 years agoImpactful Individual
I thought the process would be that A and B are pulled into memory to generate the selectcolumns statement. After this is done, the selectcolumns would be stored in cache for further calculation instead of whole of A and B.
What I noticed in the past is when you do not use selectcolumns as an intermediair, the calculation would take enourmous amount of times if the table you're calculating on has a relationship with another large table. But maybe that's because I didn't used calculate around selectedcolumns...
Sounds like I have to dive deep in the VertiPaq storage engine :).