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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
ZachRoberts
Frequent Visitor

Show items filtered out by slicer

Hello,

 

I am trying to display users that are enrolled and not enrolled in specific courses. 

 

Using a slicer we can select the course we want to view and the user table is then filtered to display all of the users that are enrolled in the course, how can I still display the users that aren't enrolled in that course? 

 

Selecting show items with no data doesn't seem to work for this?

 

Thanks

2 REPLIES 2
Anonymous
Not applicable

Hi @ZachRoberts ,

 

Can you provide me some samples of dummy data? Then give the corresponding expected results.

 

Best Regards,

Stephen Tao

 

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

amitchandak
Super User
Super User

@ZachRoberts , for that you need separate user and course dimensions.

Assume your table has user and course deatils (enrolled), join them with these dimesions

 

Then create a measure like

 

if(isblank(countrows(Fact)) , 1, blank())

 

And plot this against User and course from dimensions 

 

 

Create new dimension 

USer = distinct(Fact[User])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.