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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Dhaii
New Member

Counting the number of time an employee failed a test

  • I have a table that has the emplyoee ID, test date, and result(passed,failed, neutral). I want a separate table with two cloumns ( the employee ID, number of times failed)

 

I copied the table and only took the ID column and removed duplicates. Now I want to create the other column in which it has the number of time this employee ID failed the test.

anyone know how such a thing could be accomplished ???

1 ACCEPTED SOLUTION
Ahmedx
Super User
Super User

column=
COUNTROWS(
Filter(ALL(table_1),table_1[emplyoee ID]= table_2[emplyoee ID]&& table_1[result]="failed"))

View solution in original post

1 REPLY 1
Ahmedx
Super User
Super User

column=
COUNTROWS(
Filter(ALL(table_1),table_1[emplyoee ID]= table_2[emplyoee ID]&& table_1[result]="failed"))

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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