March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
I have the following example tables:
Table1- Course information
CourseID1 CourseName1
CourseID2 CourseName2
CourseID3 CourseName3
Table2- Users in courses
UserID1 CourseID2
UserID2 CourseID3
Table3 - User information
UserID1 Major1
UserID2 Major2
UserID3 Major3
UserID4 Major4
Table1 is linked to Table2 on CourseID to show the users in the course, then Table2 is linked to Table3 on UserID to show further information about the users.
I want to show under-represented majors, so in this case, I want Major3 and Major4 to display in say, a multi-row card as it is not present in any courses.
How can I show the values NOT present in the filter? "Show items with no data" does not seem to work.
Thanks!
Solved! Go to Solution.
Hi @russellj ,
How are the relationships set up?
What are the cardinalities and cross filter directions?
Below is my sample.
Major3 and major4 are displayed.
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.
Hi @russellj ,
How are the relationships set up?
What are the cardinalities and cross filter directions?
Below is my sample.
Major3 and major4 are displayed.
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.
Thank you, it was my relationship setup. I had Users > Users in Courses setup with the proper one to many, but the cross-filter direction being set to both was breaking it. I changed it to single direction and then with items w/ no data enabled, they did show up. Now I can use items with no data combined with a BOTTOM N by count filter to show the under-represented majors.
Thanks for pointing me in the right direction.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
115 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
164 | |
116 | |
63 | |
57 | |
50 |