Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi,
Am looking for a solution to the below problem:
I've the following table, I need to find the connected students. A student is connected to others if they share the same class, trans or lab.
| STID | CLASS | TRANS | LAB | |||
| 101 | 5 | Sbus | PHY | |||
| 102 | 4 | Sbus | CHE | |||
| 103 | 5 | Pvt | BIO | |||
| 104 | 4 | Pvt | PHY | |||
| 105 | 6 | Van | CHE | |||
| 106 | 7 | van | CHE | |||
| Desired Output | ||||||
| I'll have STID in a slicer to select | ||||||
| Based on the slicer selection the desired output | ||||||
| 1. All students of the same class as the selected student | ||||||
| 2. All students of the same transportation mode as the selected student | ||||||
| 3. All students of the same lab as the selected student | ||||||
| Output as per above table would be, if 101 is selected: | ||||||
| 101 | 5 | Sbus | PHY | |||
| 102 | 4 | Sbus | CHE | |||
| 103 | 5 | Pvt | Bio | |||
| 104 | 4 | Pvt | PHY |
Appreciate your thoughts.
Solved! Go to Solution.
@luapdoniv I provided a solution for a similar question, read the post here.
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem.
It is a token of appreciation! ⚡Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.⚡
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
@luapdoniv I provided a solution for a similar question, read the post here.
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem.
It is a token of appreciation! ⚡Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.⚡
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Thank you @parry2k .
Was almost there, with the calculate table, but never thought it could passed into the var.
Instead was trying out with SELECTEDVALUES and that didn't help.
Your solution works like a charm. Much appreciated.
Is there anyway we can create a second table with all the filtered out ID's currently in the visual table?
Idea is to get them into a table dynamically on the student selection, so that we can create more conditional columns as required.
Any suggests.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 81 | |
| 48 | |
| 36 | |
| 31 | |
| 29 |