Forum Discussion
DanielCarvalho
Helper III
3 years agoHide a card visual based on slicer selection
Hi, I usually have a measure similar to this in order to then put it on the filter to hide a visual: HideVisual = IF(SELECTEDVALUE('CALENDAR'[Period - Current]) IN {"Current"},1,0) or like thi...
KeyurPatel14
Responsive Resident
3 years agoHello Anonymous ,
Can you please explain how we can achive this with the help of bookmark with slicer selection?