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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

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
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.