Forum Discussion
rosscortb
Post Patron
7 years agoCount rows in a Table that have a specific value
Hello I am tring to count the headcount rows but I don't want the value " Babcock - Weekly" that is in column DB Headcount[Payroll Area] I have Headcount minus Babcock Weekly = CALCULATE(...
- 7 years ago
rosscortb Please try this as a "Measure"
Measure = COUNTROWS(FILTER('DB Headcount','DB Headcount'[Payroll Area] <> "Babcock - Weekly"))
PattemManohar
Community Champion
7 years agorosscortb Please try this as a "Measure"
Measure = COUNTROWS(FILTER('DB Headcount','DB Headcount'[Payroll Area] <> "Babcock - Weekly"))
- rosscortb7 years ago
Post Patron
Thank you for that, is there anyway i can also add a month filter to the below? FILTER('Month', 'Month'[Month]
Headcount minus Babcock Weekly = COUNTROWS(FILTER('DB Headcount','DB Headcount'[Payroll Area] <> "Babcock - Weekly"))
- rosscortb7 years ago
Post Patron
Any ideas?