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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I am wondering how to set it so it does not show the contents of additional tables UNTIL a row how been selected in the first table?
See attached pictures, I would like for the selection to be empty until a selection is made on the first one.
Thanks,
Bencolumns.
Thanks,
Ben
Thank you for your fast response.
I am thinking it is more of a visual display. I have two tables. Ideally I would like it that when you click the first table, only that result shows up, which is currently the case. But when nothing is selected in the first table, it displays all records.
Thanks,
Ben
Hi @Anonymous ,
Sorry for the questions but this last post is contrary to your initial post.
What is the expected result:
Check the edit interactions documentation that can help with part of this issue.
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Anonymous ,
You need to create a measure and then use it on the tables you want to be blank when it's not blank:
Filter Values = IF ( COUNTROWS ( ALLSELECTED ( Table1) ) > 1; BLANK(); 1 )
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsJoin the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.