Forum Discussion

Jukie's avatar
Jukie
Frequent Visitor
2 years ago
Solved

Hide a Card Visual unless 1 item is selected in Slicer.

Hello!  I've been unable to find a suggested solution that makes this work, but I am still quite new at this.   I have a Card visual: 'Table 1'[POC] (Point of Contact) I have a Slicer: 'Table 1'[R...
  • rsbin's avatar
    2 years ago

    Jukie ,

    Here is alternative solution.  It doesn't "hide" the card visual, but guides the User to make a selection.

    PointofContact = IF(
               HASONEVALUE( Table1[Role] ) = TRUE(), MAX( Table1[POC] ),
               "Please Select One Value from the Slicer" )

    You can create a message in the quotes to your liking.

    Hope this works for you instead of "hiding" the visual entirely.

    Regards,