Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
svp1000
Frequent Visitor

Bottom table should only show based on top table selection otherwise I want it to show blank

Hi All,

 

I have a visual table at the top and visual table at the bottom.

 

The top table has the ID, Name, etc and when I click on it, I want the bottom table to show the corresponding Review comment (which is on the same data table but I want to show it separately in the bottom table).

 

It works currently but the issue I am facing is that when nothing in the top table is selected (where it shows all the data), it shows all the Review comments in the bottom table but i want it to be blank until something is selected in the top table.

 

Is there a way to do this?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @svp1000 ,

Based on my testing, please try the following methods:

1.Create the sample table.

vjiewumsft_0-1721267820884.png

2.Create the new measure to filter the table.

IsSelected = IF(ISFILTERED('Table'[ID]), 1, BLANK())

3.Drag the measure into the bottom table Filters pane.

vjiewumsft_1-1721267833448.png

4.Drag the comment field into the bottom table. The result is shown below.

vjiewumsft_2-1721267849416.png

 

vjiewumsft_3-1721267855531.png

Best Regards,

Wisdom Wu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

 

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi @svp1000 ,

Based on my testing, please try the following methods:

1.Create the sample table.

vjiewumsft_0-1721267820884.png

2.Create the new measure to filter the table.

IsSelected = IF(ISFILTERED('Table'[ID]), 1, BLANK())

3.Drag the measure into the bottom table Filters pane.

vjiewumsft_1-1721267833448.png

4.Drag the comment field into the bottom table. The result is shown below.

vjiewumsft_2-1721267849416.png

 

vjiewumsft_3-1721267855531.png

Best Regards,

Wisdom Wu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

 

this worked for me! all I had to do was to remove the ID from the bottom table and it works as expected

amitchandak
Super User
Super User

@svp1000 , You can create a measure using isfiltered on group by(Non Sumamrized column) and use that as visual level filter for second table

if(isfiltered (Table[Brand]), [Measure], blank())

 

Use in visual filter on the second table and check that is not blank

 

Refer video from Guyinacube

https://www.youtube.com/watch?v=sXn-QZqLD-8

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@amitchandak in order to create a more clearer picture, I will attach some screenshots from an example. My underlying data table looks like this - 

svp1000_0-1721253383839.png

Now the visualizations look like this

svp1000_1-1721253461823.png

I created a measure like you mentioned and applied it to the bottom table filter but it is still shows up all the rows

svp1000_2-1721253708571.png

 

svp1000_3-1721253777317.png

 

 

@amitchandak  - when i create such a measure, it doesn't turn blank for all the non selected rows and is showing up as the ID for that particular row, and so is still showing up all the rows in the bottom table.

 

basically the top table is aggregated already on amount and other fields. is this a problem?

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.