Forum Discussion
Anonymous
1 year agoNot applicable
DAX Optimization Tips for Large Models
Greetings community. I’m currently working on optimizing a large Power BI report with several DAX measures, and I’m looking for advice on improving performance. The dataset contains millions of rows...
Anonymous
1 year agoNot applicable
Hey Thanks for your replay..
I have tried and didn't work.. Any suggestions on better versin of the measure i have used
WishAskedSooner
1 year agoContinued Contributor
My first suggestion would be to clean up your Measures by deploying VARs. The reason for this are two-fold:
1. Makes code easier to read
2. Avoids re-calculating over and over values that only need to be calculated once in the code.
Unfortunately, while DAX is a low code language, it still presents pitfalls that require having a working knowledge of computer programming techniques.