Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
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
Solved! Go to Solution.
@rosscortb Please try this as a "Measure"
Measure = COUNTROWS(FILTER('DB Headcount','DB Headcount'[Payroll Area] <> "Babcock - Weekly"))
Proud to be a PBI Community Champion
@rosscortb Please try this as a "Measure"
Measure = COUNTROWS(FILTER('DB Headcount','DB Headcount'[Payroll Area] <> "Babcock - Weekly"))
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"))
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
74 | |
70 | |
70 | |
45 | |
41 |
User | Count |
---|---|
51 | |
47 | |
32 | |
28 | |
27 |