Forum Discussion
Duplicating Map Legend
- 9 years ago
You are welcome! :smileyhappy:
One more thing you may consider is concatenating columns into a new column solely for Tooltip Use.
So first create a Column by concatenating the information you want to show in the Tooltip and then use this new column in a Measure!
Hope this helps! :smileyhappy:
teatree Did you try the Measure (underlined in red) in the first picture (top left corner) from my Last Resposne?
Establishments = CONCATENATEX ( VALUES('TableName'[Establishment Name]), 'TableName'[Establishment Name],", ")
Hi Sean,
Sorry, I missed your post! This seems to actually be working v well for me. Let me keep playing with it and make sure that this is indeed what I need. Thank you so much :)
Francesca
- Sean9 years agoCommunity Champion
You are welcome! :smileyhappy:
One more thing you may consider is concatenating columns into a new column solely for Tooltip Use.
So first create a Column by concatenating the information you want to show in the Tooltip and then use this new column in a Measure!
Hope this helps! :smileyhappy:
- teatree9 years agoFrequent Visitor
Sean! Thank you ever so much, I would be so lost without you :catlol:
This has worked for me!!
Thank you again!
Francesca