Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi,
What I want is when I click on child row only the parent with the same job number appear.
Also if no child selected nothing appear in the parent table.
Thank you
Here link to not working example
Solved! Go to Solution.
Hi @vbourbeau ,
When you mean "nothing appear in the parent table" ,are you meaning totally nothing on the page or not to show any data about Parent table?
If it's the latter, you can create a measure as:
Measure = IF(ISFILTERED(Child),1,BLANK())Then add this measure to filters on Parent visual.
Result would be shown as below:
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.
@vbourbeau you can achieve this by changing filter direction to both and this link can help you how to show parent on selection of child record.
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 for the direction to both but fo hide the selection it's not working well.
In fact the table was hide but the card are above the table so I can't click on the table value.
Do you have another solution?
Hi @vbourbeau ,
When you mean "nothing appear in the parent table" ,are you meaning totally nothing on the page or not to show any data about Parent table?
If it's the latter, you can create a measure as:
Measure = IF(ISFILTERED(Child),1,BLANK())Then add this measure to filters on Parent visual.
Result would be shown as below:
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.
Thank you it's work
even if it's work I have a error message in the measure what that mean: "parameter is not the correct type"
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.