Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

View/Show visual based on slicer selection

Hi everyone,

 

I am looking for a solution where I have to Show/hide visual with a slicer just like bookmark action. I tried the solution of transparenting the color using a card , its working for me as well. But at the same time I am not able to see the data in the visual when i am hovering the mouse.(Because card is overlapping the visual)

 

So my requirement is not only showing/hiding Visual based on slicer selection but also when I hover on the Visual which I am showing it should show me data(tooltip) .

 

 

Code i tried for transparenting and which apparently works to show/hide visual if you don't bother about hoveing and seeing the data:

transparentbackgroud = IF(selectedvalue(Table[column_name])="show","#FFFFFF00","White")

 

Thanks & regards

Rishabh 

  • Hey Anonymous ,

     

    this is not possible, because there is no action/property that will be triggered by a slicer selection/selection change.

    I recommend upvoting an existing idea on ideas.powerbi.com or creating a new one.

     

    Regards,

    Tom

2 Replies

  • Hey Anonymous ,

     

    this is not possible, because there is no action/property that will be triggered by a slicer selection/selection change.

    I recommend upvoting an existing idea on ideas.powerbi.com or creating a new one.

     

    Regards,

    Tom

    • Anonymous's avatar
      Anonymous
      Not applicable

      Ok, thanks Tom,

       

      As this is the limitations of Power BI ,so I am accepting the solution.