Forum Discussion

rosscortb's avatar
rosscortb
Post Patron
7 years ago
Solved

Count 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(...
  • PattemManohar's avatar
    7 years ago

    rosscortb Please try this as a "Measure"

     

    Measure = COUNTROWS(FILTER('DB Headcount','DB Headcount'[Payroll Area] <> "Babcock - Weekly"))