Forum Discussion
Hide a Card Visual unless 1 item is selected in Slicer.
- 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,
rsbin Thank you for your response. I am perfectly happy to have it display text instead of hiding. However, for some reason it is still not working.
1.) Created the measure exactly as directed above and updated the table[field] names.
2.) Added the measure to the 'Filters on this visual' for the POC card.
The slicer still works, but the measure has no affect on the POC card. Without anything selected in the slicer, the data card still shows the top line of data and not the text noted above.
Clearly I am doing something wrong! Is there some setting that would affect it? When I add the measure to the Card, the ability to apply it is grayed out and the dropdown to make any changes to when the item is shown does not work.