Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
rosscortb
Post Patron
Post Patron

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(COUNTROWS('DB Headcount'),ALLEXCEPT('DB Headcount','DB Headcount'[Payroll Area] = "Babcock - Weekly"))

 

Thanks


Ross

1 ACCEPTED SOLUTION
PattemManohar
Community Champion
Community Champion

@rosscortb Please try this as a "Measure"

 

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




Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




View solution in original post

3 REPLIES 3
PattemManohar
Community Champion
Community Champion

@rosscortb Please try this as a "Measure"

 

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




Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




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"))

Any ideas?

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.