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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Course Attendence

I need to create a table that shows who and who has not attended a course.

 

I have two tables:

 

1. Employee Table

Employee Table.png

2. Course Table

Course Table.png

 

Goal:

Target.png

 

Does anyone know of a good way to tackle this?

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

Here's the raw data i used and you can refer to the following steps.

11.PNG

1# Create relationship between these two tables.

9.PNG

2# Create measure as below.

 

Measure = IF(SELECTEDVALUE('Table'[emply id])=SELECTEDVALUE('Table (2)'[emply id]),"yes","no")

 

3# Create a visual as below.

10.PNG

 

Best Regards,

Jay

Community Support Team _ Jay Wang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi @Anonymous ,

 

Here's the raw data i used and you can refer to the following steps.

11.PNG

1# Create relationship between these two tables.

9.PNG

2# Create measure as below.

 

Measure = IF(SELECTEDVALUE('Table'[emply id])=SELECTEDVALUE('Table (2)'[emply id]),"yes","no")

 

3# Create a visual as below.

10.PNG

 

Best Regards,

Jay

Community Support Team _ Jay Wang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

az38
Community Champion
Community Champion

Hi @Anonymous 

just be sure you've got a relationship between tables by field emply_id and pick all columns starting from Employee Table[emply_id] to table visual

 


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn
Anonymous
Not applicable

So that will give me all employees associated with a course (ie they attended) but I also want to display employees who have not attended.

 

az38
Community Champion
Community Champion

@Anonymous 

set Active parameters "Show items with no data" for Employee Table[emply_id] column

 

 


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.

Top Solution Authors