Forum Discussion
rchen
10 years agoNew 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 num...
- 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