Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
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.
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👍
Proud to be a Super User! | |
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.
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👍
Proud to be a Super User! | |
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.