Forum Discussion
pieterhkruger
7 years agoFrequent Visitor
Total by date category
Hi, Using the following sample data: Date Group FILTER 01-May-19 A Filter group 1 01-May-19 A Filter group 2 01-May-19 A Filter group 1 01-May-19 B Filter group 1 01-...
- 7 years ago
hi, pieterhkruger
Just try this formula to add a measure
Measure = CALCULATE(COUNTA(Table1[Group]),ALLEXCEPT(Table1,Table1[Date]))
Result:
Best Regards,
Lin
jthomson
7 years agoSolution Sage
Use countrows on the table the same way you'd make the first column, but you want to apply allexcept to the date column - this'll make the calculation disregard the group (and anything else for that matter) but still split it by date