Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello Everyone
I'm struggling with this I don't know how to achieve it.
So Basically I have a map with bubbles in it
Everything Normal at this point.
What I need to do is when I filter using any of my slicers, I need the map to highlight the filtered data but also to show the other bubbles.
(Screenshot below is when I apply a slicer filter) the map is also filtered and only one bubble remains, I want the others to stay even the same way when I click on a bubble on the map. ( Second screenshot bellow)
Any help will be appreciated, thanks in advance.
Solved! Go to Solution.
Hi @AmineGatou ,
You will need to create an indenpenet slicer table like below:
slicer = distinct('table'[locations])
Then create a measure like below and add it to conditional formatting value.
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-table-formatting
Best Regards,
Jay
Hi @AmineGatou ,
If you have other slicers, add the filter conditions to the measure.
Measure = IF(SELECTEDVALUE('Table'[location]) in VALUES('slicer'[location]&&'table'[column] in Values('slicer2'[column])),"red","green")
Best Regards,
Jay
Hi @AmineGatou ,
You will need to create an indenpenet slicer table like below:
slicer = distinct('table'[locations])
Then create a measure like below and add it to conditional formatting value.
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-table-formatting
Best Regards,
Jay
Great! It works but with the location slicer only !
But if I use another slicer it won't work at all.
Hi @AmineGatou ,
If you have other slicers, add the filter conditions to the measure.
Measure = IF(SELECTEDVALUE('Table'[location]) in VALUES('slicer'[location]&&'table'[column] in Values('slicer2'[column])),"red","green")
Best Regards,
Jay
What should i do when my location are the longitudes and latitudes its not a single value
there are several maps in power bi, which one are you using? also what you have plotted, please provie more information.
Proud to be a Super User!
Hello, The map type used is just the regular map of powerbi
and i'm plotting the sales Measure depending on regions!
there is no regular one, which one are you using, in order for help to be given, you need to give the details.
Proud to be a Super User!
Here is the one used
you need to probably change your edit interactions and set it to the no filter
once you have selected edit interactions, there will be some filters show top right of every object, then click on the slicer object first, then on your map select no filter
ie
more information here
https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions
Proud to be a Super User!
This does help but it isn't what I'm looking for.
What I mean is that I want my map to be filtered but just to grey out the unfiltered data just like this .
Hello did you get the solution ? because i have the same problem here
Unfortunately, i couldn't find a solution to it. Still waiting.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
57 | |
55 | |
55 | |
37 | |
30 |
User | Count |
---|---|
78 | |
64 | |
45 | |
44 | |
40 |