Forum Discussion
heidibb
Helper IV
10 years agoHow can I add a text value to a tool tip?
Hello, I have longitude and latitude in a data file along with a point number, person's name and a few other attributes related to that point on the map. I am able to plot each point on the m...
- 10 years ago
You have to create a MEASURE... (and use it in the tooltips)
Names List Measure = CONCATENATEX ( VALUES(Table[NameColumn]), Table[NameColumn],", ")
This will work for 1 or many names associated with that location! :smileyhappy:
Sean
Community Champion
10 years agoYou have to create a MEASURE... (and use it in the tooltips)
Names List Measure = CONCATENATEX ( VALUES(Table[NameColumn]), Table[NameColumn],", ")
This will work for 1 or many names associated with that location! :smileyhappy:
AndyTrezise
Advocate IV
10 years agoI'd like to do something similar - can I concatonate two text strings for a visual (and add a linefeed between them)...
i.e.
text 1
text 2