Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi all
I added in a dashboard a scattered plot map. Is there any possibility to add the values of the X and Y Axis clode to the name or inside the bubble
Many thanks!
Best
Javier
Solved! Go to Solution.
You might want to check out the custom visual bij Xviz because it has a lot more customization options. In this video you will see an example of what you're trying to achieve:
Bubble/Scatterplot Custom Visual - Advanced Key Features of the Power BI Visual.
Hi @javif_84 ,
Thanks for the reply from ChielFaber .
Scatter chart don't do what you need directly, I have an alternative.
Here is my example data:
|
Name |
X_Value |
Y_Value |
Category |
|
Point A |
10 |
20 |
A |
|
Point B |
15 |
25 |
B |
|
Point C |
20 |
30 |
A |
|
Point D |
25 |
35 |
B |
|
Point E |
30 |
40 |
A |
If you use a Scatter chart directly, the page will look like this:
Create a calculated column:
CustomLabel = 'Table'[Name] & " (" & 'Table'[X_Value] & ", " & 'Table'[Y_Value] & ")"
Drag the created calculated column onto Values and the final page result looks like this:
The pbix file is attached.
If you have any other questions please feel free to contact me.
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
Hi @javif_84 ,
Thanks for the reply from ChielFaber .
Scatter chart don't do what you need directly, I have an alternative.
Here is my example data:
|
Name |
X_Value |
Y_Value |
Category |
|
Point A |
10 |
20 |
A |
|
Point B |
15 |
25 |
B |
|
Point C |
20 |
30 |
A |
|
Point D |
25 |
35 |
B |
|
Point E |
30 |
40 |
A |
If you use a Scatter chart directly, the page will look like this:
Create a calculated column:
CustomLabel = 'Table'[Name] & " (" & 'Table'[X_Value] & ", " & 'Table'[Y_Value] & ")"
Drag the created calculated column onto Values and the final page result looks like this:
The pbix file is attached.
If you have any other questions please feel free to contact me.
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
You might want to check out the custom visual bij Xviz because it has a lot more customization options. In this video you will see an example of what you're trying to achieve:
Bubble/Scatterplot Custom Visual - Advanced Key Features of the Power BI Visual.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 20 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 58 | |
| 51 | |
| 41 | |
| 30 | |
| 24 |