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
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")
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 |
|---|---|
| 36 | |
| 28 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 34 | |
| 25 | |
| 24 |