Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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 option I would like to see the location over here.
Hopefully someone can help me with this, thanks in advance.
Solved! Go to Solution.
@karelstoel , Try a measure like
If (countrows(allselected(Table[project Number])) >1, Blank(), max(Table[Project Name]) )
@karelstoel , Try a measure like
If (countrows(allselected(Table[project Number])) >1, Blank(), max(Table[Project Name]) )
User | Count |
---|---|
84 | |
82 | |
66 | |
52 | |
46 |
User | Count |
---|---|
100 | |
48 | |
42 | |
39 | |
38 |