Forum Discussion
Anonymous
6 years agoNot applicable
Optimizing DAX performance
Hi All, I have a DAX measure that is taking too long for calculations. I was hoping if some one could help me optimize the code. Sample code: Measure = Var var1 = some calculation Var var...
- Anonymous6 years ago
So I was able to shorten thi block using SUMX(VALUES(Filter condition column), SUM()) and it worked.
Thanks for the help.
Greg_Deckler
6 years agoCommunity Champion
Also, Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490