Forum Discussion
RyanLMoran
Helper I
5 years agoMap Creation multiple cities
Hello: We're creating a dashboard that will show various items. One piece that we want to have is a map that will show the cities that we have computer labs in. There are currently about 12 differ...
amitchandak
Super User
5 years agoRyanLMoran , You can create a measure that shows if the city as compute lab
Cnt =Count(Table[Labs]) +0
If( [cnt] >0 , "green", "red")
Use this in conditional formatting using the field value option