March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |