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 computed via Excel. Please help advise best Dax formula to use. Thank you

 

2 Replies

  • wdx223_Daniel's avatar
    wdx223_Daniel
    Community Champion

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

  • Anonymous's avatar
    Anonymous
    Not applicable

    Thanks for the prompt response. It worked 🙂