This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi,
I have a datasource table, which has
Type Key Parent
Solution S123 T123
Solution S456 T123
Feature F123 S123
Feature F456 S123
Feature F999 S123
1) I have a slicer which has all the Keys where the Type=Solution
2) I have Table1 on the report that shows all the Solutions and is driven by the slicer (All=show all or select a specific Solution Key, i.e. S123)
3) The next table on the report, is where I need to show the following if S123 Solution is selected:
F123
F456
F999
Solved! Go to Solution.
Hi @EaglesTony
Check the attached for the solution. I have created a disconnected table for slicer and used 2 measures as visual level filter.
If this post helps, then please consider Accept it as the solution to help the others find it more quickly. Appreciate you kudos!!
Follow me on LinkedIn!!!
Hi,
Here's my approach
Measure = calculate(countrows(Data),userelationship(Data[Parent],Table1[Key]))
Hope this helps.
I was thinking maybe some way using the "selected value" of the table selection ? or since they data is in the same table trying to setup a parent/child relationship, not sure if self-relationships are allowed?
Hi @EaglesTony
Check the attached for the solution. I have created a disconnected table for slicer and used 2 measures as visual level filter.
If this post helps, then please consider Accept it as the solution to help the others find it more quickly. Appreciate you kudos!!
Follow me on LinkedIn!!!
Can you post the code here ?
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 27 | |
| 26 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 36 | |
| 32 | |
| 26 | |
| 23 |