Forum Discussion
Bottom table should only show based on top table selection otherwise I want it to show blank
- Anonymous2 years ago
Hi svp1000 ,
Based on my testing, please try the following methods:
1.Create the sample table.
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.
4.Drag the comment field into the bottom table. The result is shown below.
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.
Hi svp1000 ,
Based on my testing, please try the following methods:
1.Create the sample table.
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.
4.Drag the comment field into the bottom table. The result is shown below.
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.
- svp10002 years agoFrequent Visitor
this worked for me! all I had to do was to remove the ID from the bottom table and it works as expected