Join 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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello All,
I have two table - "Table A" and "Table B". There exist a relationshp between this two tables.
I want "Table B" to be initially BLANK, the data should be displayed in "Table B" only when we click on any row from "Table A".
Can someone help me to achieve this goal?
Thanks
@Anonymous , Create a measure
if(isfiltered(Table[Col]) || isfiltered(Table[Col1]) ,1, blank())
Use this in visual level filter of table 2 and check for non blank
add more columns if needed
Hi @amitchandak
Thanks for the reply.
I am still face a problem - I can now see the TableB Blank initially.
But when I click on any row of TableA all the data is diplayed in TableB.
Want to display only the relevant data in TableB wrt to whatever row is selected in TableA
In the example below - when I click on "12" from "TableA" - I can see the data for all id's in "TableB"
Am I missing something?
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!