Forum Discussion

DanielCarvalho's avatar
DanielCarvalho
Icon for Helper III rankHelper III
3 years ago

Hide 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...