Forum Discussion

heidibb's avatar
heidibb
Icon for Helper IV rankHelper IV
10 years ago
Solved

How 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...
  • Sean's avatar
    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: