Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi,
I have a shape map which lists the counties of a country. These counties are part of a district. For District and County i have a couple of slicers. How can i make these slicers highligh the district and county? I can only highlight district OR county right now, and i need to highlight both and the county in a different color.
Thanks.
Solved! Go to Solution.
@qmestu , In the color option in filled map with FX(conditional formatting). Shape map you might not able to do that
You need to create an independent table for location or city. then create a measure color
Measure = if( table[City] = selectedvalue(City[City]) , "Blue", "white")
@qmestu , In the color option in filled map with FX(conditional formatting). Shape map you might not able to do that
You need to create an independent table for location or city. then create a measure color
Measure = if( table[City] = selectedvalue(City[City]) , "Blue", "white")
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 30 | |
| 28 | |
| 22 | |
| 21 | |
| 19 |
| User | Count |
|---|---|
| 44 | |
| 32 | |
| 18 | |
| 17 | |
| 17 |