Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

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. 

  

 




5 Replies

  • Anonymous's avatar
    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.

    • Idrissshatila's avatar
      Idrissshatila
      Icon for Super User rankSuper User

      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

      • Anonymous's avatar
        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.

  • Anonymous's avatar
    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.