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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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