Forum Discussion

karelstoel's avatar
karelstoel
Advocate I
4 years ago
Solved

Hide when multiple value in slicer are selected

Hello,   See below a picture of a part of my dashboard. When I select more than one option in de red frame on the left I would NOT see the name in the red frame on the right. Only when I select one...
  • amitchandak's avatar
    4 years ago

    karelstoel ,  Try a measure like

     

    If (countrows(allselected(Table[project Number])) >1, Blank(), max(Table[Project Name]) )