Forum Discussion

rchen's avatar
rchen
New Member
10 years ago
Solved

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 num...
  • v-qiuyu-msft's avatar
    10 years ago

    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