Forum Discussion
Labels on Maps
- 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
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
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