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
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
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