Forum Discussion
Anonymous
4 years agoNot applicable
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...
- 4 years ago
CALCULATE(SUM(Table[Sales]),ALLEXCEPT(Table,Table[Product],Table[Region]))
Anonymous
4 years agoNot applicable
Thanks for the prompt response. It worked 🙂