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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

How to select the bottom visual, when two visuals are placed one upon another

Hi All,
I have 2 visual, a. table visual and b. card visual. I have placed the card visual over the table visual, for displaying text "Pick one item from the item column". When a item is selected from page level filters, then the card visual becomes transparent and the data that is available in table visual will  be displayed.

My issue is, i am not able to make any changes in the table visual, when i click on table visual, it selects the card visual which is placed upon the table visual, to display text. How can i make any changes in the table visual, by displaying the text.
i have used two measure, 1. to display text, 2. for transparency


Text mess = IF(ISFILTERED('Table'[Item type]), " ", "Please select one item type") - Measure to display text message.
Make Transparent text box bg = IF(ISFILTERED('Table'[Item type]),"#FFFFFF0","White")- Measure to make the card transparent. 

jahir12_0-1672826363181.png  

jahir12_1-1672826393659.png

 




5 REPLIES 5
Anonymous
Not applicable

Hi,
I have tried with the bookmark, if the users selects or doesn't select the page level filter doesn't matter, the visual is Enabled and Disabled based on bookmark. User is not accepting, this one. 
Can you please provide any other solution.

Anonymous
Not applicable

Hi Idrissshatila,
Thank you for response, i know this and i can do this. But my client wants to select the visual directly and make changes in visual. He won't do all this right. So, any other solution for this.

You could make 2 bookmarks everone shows a visual and hide the other and you add 2 buttons with action bookmark that will let your client to switch between them.

If I answered your question, please mark my post as solution so it would appear to others, Appreciate your Kudos👍

Follow me on Linkedin



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Anonymous
Not applicable

User need to filter from filters pane and then he needs to select the bookmark button. User won't accept this, he needs when anything filtered from filters pane, the visual should load data. if not filtered, its should display text message. Is there any other way to resolve this issue.

Idrissshatila
Super User
Super User

Hello,

 

you could go to the view and select selection page and select the visual you want and it will appear.

 

check this link for guided steps https://databear.com/selection-pane-in-power-bi/

 

If I answered your question, please mark my post as solution so it would appear to others, Appreciate your Kudos👍

Follow me on Linkedin



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors