Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. 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"))
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
88 | |
86 | |
84 | |
68 | |
49 |
User | Count |
---|---|
138 | |
111 | |
103 | |
64 | |
60 |