Forum Discussion
geroagostini
Helper I
3 years agoDAX COUNT based on multiple criteria in same table
Hi, In the same table ("Table Z") i have 2 columns: Column A and Column B. Column A Column B done 7261 on work 13 ...
- Anonymous3 years agoTest = Calculate(COUNT(TestTable[B]), TestTable[A] = "done" || TestTable[A] = "on work")Here you go pal, tested it so it should work 🙂 accept as solution if it works for you! 🙂
Anonymous
3 years agoNot applicable
Do you mean you need to sum the values instead of count? 🙂
geroagostini
Helper I
3 years agoNo! sorry for the confusion. I need to COUNT how many values there are with the criteria of Column A is = "done" OR when Column A = "on work".
- Anonymous3 years agoNot applicable
No Problem! so If we had a working measure, what would you be expecting it to return? 🙂