Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
bwhitlock
Helper II
Helper II

Tooltip listing from a heat map

Im creating a territory map of customers based on ZipCode and using Bubbles and the Map visualization for the revenue size. Id like to list the customer to show in a particular bubble. So for instance 1 zip code may have 10 customers in it. I want to list them. I tried using a tooltip but it only gives me the first or last customer in the list. Is it possible to get the list if I hover over the bubble?

1 ACCEPTED SOLUTION
v-frfei-msft
Community Support
Community Support

Hi @bwhitlock ,

 

One sample for your reference. As @amitchandak  metioned, we can create a measure using the function CONCATENATEX:

Measure = CONCATENATEX('Table','Table'[Post Code], " & ")

Then we can get the excepted result like this.

Capture.PNG

For more details, please check the pbix as attached.

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

View solution in original post

2 REPLIES 2
v-frfei-msft
Community Support
Community Support

Hi @bwhitlock ,

 

One sample for your reference. As @amitchandak  metioned, we can create a measure using the function CONCATENATEX:

Measure = CONCATENATEX('Table','Table'[Post Code], " & ")

Then we can get the excepted result like this.

Capture.PNG

For more details, please check the pbix as attached.

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.
amitchandak
Super User
Super User

Try creating a measure of customer name using concatenate and use that in the tooltip

https://docs.microsoft.com/en-us/dax/concatenatex-function-dax

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.