Forum Discussion
qmestu
Helper IV
4 years agoShape map highlighting
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 ...
- 4 years ago
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")
amitchandak
Super User
4 years agoqmestu , 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")