Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
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 April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
68 | |
67 | |
41 | |
39 |
User | Count |
---|---|
48 | |
44 | |
29 | |
28 | |
28 |