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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Anonymous
Not applicable

How to generate multiple tables depending on another visualization ?

Hello everyone ! 

I'm having an issue to resolve this : 

I have a visualization (a bubble map). I want to be able when selecting a value (a bubble) in this visualization to generate multiple tables (one table for each componant of the selected bubble).

 

The tables must be generated and shown on the report only if the selected bubble have at least on element. If multiple values are in the bubble, multiple and independent tables must be shown

 

I saw that we can show or hide visuals depending on a selected value, but I don't think that it will help me with this issue.

 

Thanks  for your answers

 

1 ACCEPTED SOLUTION
v-lid-msft
Community Support
Community Support

Hi @Anonymous ,

 

Sorry for that, but based on my research, we can only control the data to show or hide in multi table visual by using following measure in visual filter,but we did not find an effective way to generate tables in the report view dynamically. 

 

 

CanShow = IF(SELECTEDVALUE('Table'[Column1])in FILTERS('Table'[Column1]),1,BLANK())

 

 

11.PNG12.PNG13.PNG

 


Best regards,

Community Support Team _ Dong Li
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

2 REPLIES 2
v-lid-msft
Community Support
Community Support

Hi @Anonymous ,

 

Sorry for that, but based on my research, we can only control the data to show or hide in multi table visual by using following measure in visual filter,but we did not find an effective way to generate tables in the report view dynamically. 

 

 

CanShow = IF(SELECTEDVALUE('Table'[Column1])in FILTERS('Table'[Column1]),1,BLANK())

 

 

11.PNG12.PNG13.PNG

 


Best regards,

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Thank you for your answer 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.