Forum Discussion

kldinndorf's avatar
kldinndorf
Frequent Visitor
3 years ago
Solved

Data labels in a filled map

Hi,

 

I need to create a filled map with the state name and data label displayed on the map. 

This is what I have right now, but I need the lables in there.

For example I need the state MN to say: Minnesota 43%

Is there a way to show the data label ont he actual map instead of just a tooltip?

 

Thanks!

  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi kldinndorf 

    How to display country and data label, and round it?

    You can create a measure.

    e.g 

    Measure=SELECTEDVALUE('Table'[Country])&ROUND(CALCULATE(SUM(...)),2)

    Then set the measure as the label.

     

    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.

     

     

5 Replies

    • kldinndorf's avatar
      kldinndorf
      Frequent Visitor

      Hello, thank you for that solution. I need to display country name and the data label. Is there a way to get both of these? Right now I can just do either or.

      • kldinndorf's avatar
        kldinndorf
        Frequent Visitor

        I also cannot figure out how to round the data points. I have them set to only 2 decimal places in PowerBI, but once they are in the ArcGIS map they list a bunch of decimal places