Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Hide visuals based o conditions

Hi, I need a solution for this requirement.

My report page has two sections. The first one is a table where rows can be selected. The second part has several visuals that have values and should be all displayed only when some items are selected in the table.

I want to show the second part of the page only when the "right" rows are selected in the table (i.e. condition satisfied).

I cannot use images to hide/unhide because visuals to be shown are charts and histograms and slicer. If I work with images they should be in the front ("bring to the front") so no interaction with the visuals is allowed.

I cannot use bookmarks because the action behind the button cannot be disabled.

Have you any suggestion / trick to share?

Roberto

  • Anonymous's avatar
    Anonymous
    6 years ago

    Hi Anonymous ,

     

    Try create a measure like IF(selectedvalue(table[value])=rightvalue,1,blank()) then add the mueasure to visual filter measure =1.

     

    Best Regards,

    Jay

     

    Community Support Team _ Jay Wang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

3 Replies

  • az38's avatar
    az38
    Icon for Community Champion rankCommunity Champion

    Anonymous 

    I do not see any ways to do that

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous ,

     

    Try create a measure like IF(selectedvalue(table[value])=rightvalue,1,blank()) then add the mueasure to visual filter measure =1.

     

    Best Regards,

    Jay

     

    Community Support Team _ Jay Wang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • Realize something similar, All values and titles leave them blank, they are not seen with the white background, and place a box with fill condition (Style, Fill, Function, Rule) between the background and the visual, in my case, select an important value and when it is less than cirta condition, it means that a unique value is being selected, The box changes color and the values are displayed.