Forum Discussion

escarzl1's avatar
escarzl1
Frequent Visitor
3 years ago
Solved

County and Numerical Labels in ArcGIS Map Visual | Power BI

Hello, I am fairly new to expermenting with arcGIS on Power BI and I was hoping to get some help.   I am looking for a way to show a County color coded map based on the Number of Applications, and ...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi escarzl1 

    You can also  create a color measure, then put the measure to the color field

    e.g 

     

    Measure = SWITCH(TRUE(),SELECTEDVALUE('Table'[Country])="Pierce","Green",SELECTEDVALUE('Table'[Country])="King","Red")

     

     

    Best Regards!

    Yolo Zhu

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.