Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I have a map with some locations, each location has location type (for example location types: "X", "Y", "Z"). When i click on a location in the table below map only one point remain on the map. I want to see on the map filtered point and all points which has location type "X". Is this possible?
@Anonymous , Try a measure like
meausre =
var _loc = maxx(allselected(Table), Table[LocationType])
return
calculate(Count(Table[Value]), filter(all(Table), Table[LocationType] = _loc))
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
103 | |
98 | |
98 | |
38 | |
37 |
User | Count |
---|---|
152 | |
121 | |
73 | |
71 | |
63 |