Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Sumifs on Single table

Hi There, I've been trying to do sumifs using Calculate(SUM(),FILTER()) Dax on a single table but I'm getting the whole total sum from the table. Here's the full computation I used if this will be c...
  • wdx223_Daniel's avatar
    4 years ago

    CALCULATE(SUM(Table[Sales]),ALLEXCEPT(Table,Table[Product],Table[Region]))