Forum Discussion
Data labels in a filled map
- Anonymous3 years ago
Hi kldinndorf
You can try the ARC GIS map, it can display the data label on the map.
You can refer to the following link
Create an ArcGIS map in Power BI - Power BI | Microsoft Learn
Enable and configure labels—ArcGIS for Power BI | Documentation
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.
- Anonymous3 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.
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.
Is there a way to display country name and data labels at the same time?