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
Test = 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! 🙂
geroagostini
Helper I
3 years agoThank you my friend!!
- Anonymous3 years agoNot applicable
No problem pal! Good luck with your report!