Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Performance issues with SUMX

  Hi, everyone,   I'm working on a dax measure performance, this measure contains as function SUMX (As SUMX is an iterator function, it is degrading the performance) and I would like to use anot...
  • v-diye-msft's avatar
    6 years ago

    Hi Anonymous 

     

    Try below one:

    Measure = 
    CALCULATE(DISTINCTCOUNT(Table1[Column A]),FILTER(Table1,[TAG]<>BLANK()))