Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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.
User | Count |
---|---|
85 | |
80 | |
64 | |
53 | |
46 |
User | Count |
---|---|
101 | |
50 | |
41 | |
39 | |
38 |