Forum Discussion
karelstoel
4 years agoAdvocate I
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...
- 4 years ago
karelstoel , Try a measure like
If (countrows(allselected(Table[project Number])) >1, Blank(), max(Table[Project Name]) )
karelstoel
4 years agoAdvocate I
amitchandak Great, thanks!