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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Ramyaajithkumar
Frequent Visitor

Hi i am trying to write a DAX for the count of On Notice, Active, Inactive employees, and i wrote

Hi i am trying to write a DAX for the count of On Notice, Active, Inactive employees, and i wrote this below command and i am new to powerbi

 

M_Act_emp1 = CALCULATE(COUNTROWS('Attrition 1'),FILTER('Attrition 1',('Attrition 1'[Status] ="Active"),FILTER('Attrition 1',('Attrition 1'[Status] = "On Notice"))))
 
It says
Too many arguments were passed to the FILTER function. The maximum argument count for the function is 2.
 
can anyone can help and send your suggestion raaj@enabl.dk
1 ACCEPTED SOLUTION
wdx223_Daniel
Super User
Super User

M_Act_emp1 = CALCULATE(COUNTROWS('Attrition 1'),'Attrition 1'[Status] IN {"Active","On Notice"})

View solution in original post

2 REPLIES 2
wdx223_Daniel
Super User
Super User

M_Act_emp1 = CALCULATE(COUNTROWS('Attrition 1'),'Attrition 1'[Status] IN {"Active","On Notice"})

Thank you very much

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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