Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Sumif function only value restriction

Hi Everyone,   I have been struggling an issue for hours about dax sumif function. Having I rigid searched I have found CALCULATE(SUM(table)FILTER(table,column)] replies. But these functions does n...
  • themistoklis's avatar
    themistoklis
    7 years ago

    Anonymous

     

    Create the following measure:

    Filtered Values = SUMX(VALUES(Sheet1[DistName]),CALCULATE(SUM(Sheet1[Scenario])))

    Scenario is the new column which is created before