This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello,
I'm looking for a way to color a map based on a slicer selection. If the map below represented customer locations, I would like the bubble for the selected customer to be colored differently while keeping all other locations on the map. I have adjusted the interaction from the slicer to the map to none, which I believe should keep all locations on the map.
Is it possible to color the selected customer's location using SELECTEDVALUE or some similar function?
Thanks.
Solved! Go to Solution.
Hi @edt4444
You may create a slicer table and use below measure.Attached sample file for your reference.
Measure =
IF (
SELECTEDVALUE ( Slicer[Country] ) = MAX ( Table1[Country] ),
SELECTEDVALUE ( Slicer[Value] )
)
Regards,
Hi @edt4444
You may create a slicer table and use below measure.Attached sample file for your reference.
Measure =
IF (
SELECTEDVALUE ( Slicer[Country] ) = MAX ( Table1[Country] ),
SELECTEDVALUE ( Slicer[Value] )
)
Regards,
Is it possible to use this with the ArcGIS Maps visual? The map visual you used is not working well with the large amount of data I have.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 38 | |
| 29 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 34 | |
| 32 | |
| 25 | |
| 23 |