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...
  • 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.