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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
rchen
New Member

Labels on Maps

Hi, 

 

I am creating a map view that has fields like address, store number, store name, sales, sales/week/store.

Now I can use address as location, sales as Bar Height. How can I add the store number and store name, so the label  for each location has store number and store name?

Thank you!

 

Rchen

1 ACCEPTED SOLUTION
v-qiuyu-msft
Community Support
Community Support

Hi @rchen,

 

Based on my understanding, you are using the GlobeMap visual to create a report, right?

 

In your scenario, please create a custom column using the DAX expression like below:

 

Column = [Address] & " " & [Store number] & " "& [Store name]

 

Then place this column as Location in a GlobeMap.

 

If you have any question, please feel free to ask.

 

Best Regards,
Qiuyun Yu

Community Support Team _ Qiuyun Yu
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

4 REPLIES 4
v-qiuyu-msft
Community Support
Community Support

Hi @rchen,

 

Based on my understanding, you are using the GlobeMap visual to create a report, right?

 

In your scenario, please create a custom column using the DAX expression like below:

 

Column = [Address] & " " & [Store number] & " "& [Store name]

 

Then place this column as Location in a GlobeMap.

 

If you have any question, please feel free to ask.

 

Best Regards,
Qiuyun Yu

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thank you Qiuyun_Yu!

 

I put the new column using the DAX as location , but some of stores are not showing up on the map.

 

RChen

sdjensen
Solution Sage
Solution Sage

I think the new Customizable Tooltips feature is the solution for you. I am not sure if you can only add measures as tooltips, but then you can calculate measures that will return your text values.

 

You can read about it here

/sdjensen

I set the store number as Do Not Summarize. When I put the store number in the tooltips, it will calculate and has no option to set as Do Not Summarize.

I just need the store number shown as Text for each loaction.

 

Thanks

RChen

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.