Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
kldinndorf
Frequent Visitor

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%

Capture.JPG

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

 

Thanks!

2 ACCEPTED SOLUTIONS
Anonymous
Not applicable

Hi @kldinndorf 

You can try the ARC GIS map, it can display the data label on the map.

vxinruzhumsft_0-1678241212793.png

vxinruzhumsft_1-1678241233450.png

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.

View solution in original post

Anonymous
Not applicable

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.

 

 

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi @kldinndorf 

You can try the ARC GIS map, it can display the data label on the map.

vxinruzhumsft_0-1678241212793.png

vxinruzhumsft_1-1678241233450.png

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.

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.Capture.JPG

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 tCapture.JPGhey list a bunch of decimal places

Anonymous
Not applicable

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?

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.