Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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 |
---|---|
123 | |
69 | |
67 | |
58 | |
52 |
User | Count |
---|---|
183 | |
90 | |
67 | |
62 | |
53 |