Forum Discussion
Labels in custom shape map
Hi WillJansen,
To display labels on your map you would be to have some Lat and Long coordinates for each State. And then 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.
Please refer to the similar issue.
https://community.powerbi.com/t5/Desktop/Data-Labels-on-Maps/td-p/79118
Regards,
Charlie Liao
- WillJansen9 years agoNew Member
Hi v-caliao-msft,
Thank you for your suggestion, however i don't think this is appropriate for what i am trying to achieve.
It appears i'd need to use the Map visual instead of the Shape Map visual or overlay a Map visual on the existing Shape Map Visual.
The existing Shape Map provides the necessary land break up and and availability status converted to a corresponding colour. We'd like to display the road names and land (lot) numbers within each polygon of the Custom Shape Map to make the Custom Shape Map appear as close to this. I can see the lot number as a tooltip when hovering over the lot (polygon).
I imagine this type of customisation needs to be performed in the TopoJSON file created for the Custom Shape Map. If this is the case can PowerBI display this information embedded into the TopoJSON file?
Kind regards,
Will.