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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi All,
Please suggest - how to change size of dots based on values ? in this case DSO (X - Axis)
Thank you.
Solved! Go to Solution.
Hi @Snagalapur
The scatterplot has a tile for the bubble size.
Hello,danextian ,thanks for your concern about this issue.
Your answer is excellent!
And I would like to share some additional solutions below.
Hi,@Snagalapur .I am glad to help you.
I agree with danextian's suggestion. I have created a simple example which I hope will help you.
You can place a column aggregate value in the Size area to show the difference in size of each bubble.
The size of the column's aggregated value affects the size of each associated bubble.
Like this:
This is my test data:
Category |
X_Value |
Y_Value |
Bubble_Size |
A |
57.02 |
14.94 |
355.61 |
D |
43.86 |
86.81 |
940.43 |
B |
98.84 |
16.25 |
765.33 |
A |
10.2 |
61.56 |
748.66 |
D |
20.89 |
12.38 |
903.72 |
You can refer to the official documentation for bubble charts
URL:
Scatter, bubble, and dot plot charts in Power BI - Power BI | Microsoft Learn
I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.
Best Regards,
Carson Jian
Hello,danextian ,thanks for your concern about this issue.
Your answer is excellent!
And I would like to share some additional solutions below.
Hi,@Snagalapur .I am glad to help you.
I agree with danextian's suggestion. I have created a simple example which I hope will help you.
You can place a column aggregate value in the Size area to show the difference in size of each bubble.
The size of the column's aggregated value affects the size of each associated bubble.
Like this:
This is my test data:
Category |
X_Value |
Y_Value |
Bubble_Size |
A |
57.02 |
14.94 |
355.61 |
D |
43.86 |
86.81 |
940.43 |
B |
98.84 |
16.25 |
765.33 |
A |
10.2 |
61.56 |
748.66 |
D |
20.89 |
12.38 |
903.72 |
You can refer to the official documentation for bubble charts
URL:
Scatter, bubble, and dot plot charts in Power BI - Power BI | Microsoft Learn
I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.
Best Regards,
Carson Jian
Hi @Snagalapur
The scatterplot has a tile for the bubble size.