Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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?
Solved! Go to Solution.
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.
For more details, please check the pbix as attached.
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.
For more details, please check the pbix as attached.
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
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 41 | |
| 38 | |
| 36 | |
| 30 | |
| 28 |
| User | Count |
|---|---|
| 129 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |