Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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...
  • Anonymous's avatar
    Anonymous
    6 years ago

    So I was able to shorten thi block using SUMX(VALUES(Filter condition column), SUM()) and it worked.

     

    Thanks for the help.