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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
hansolo
Helper I
Helper I

Scatter Plot Design Help

 

 

I built the scatter plot below but I need some help making it a little more useful.

 

1. I want to set color condition based on the X axis. If the data point is > 50% I want it to be green, if it is < 50% I want it to be red

 

2. I want to increase the area of the plot adding a negative range to the Y axis and a positive/negative range to X axis so the data points at the bottom can be read.

 

3. I would like the name of the data point to be visible. Right now it is only visible if you hover over the data point.

 

Thank you in advance,

 

Dave

 

 

 

Capture1.PNG

3 REPLIES 3
mike_honey
Memorable Member
Memorable Member

Most of these can be achieved by tweaking the Visualisation / Format:

 

1. Add a Calculated column e.g. IF ( Table1[MyXAxis] > 0.5 , "High", "Low" ). Drag that column to the Legend well. Go to Visualisations / Format / Data colors and set the colors you want.

 

2. Go to Format and expand the X-Axis. Set a Start Value e.g. -0.2.  Repeat for the Y-Axis

 

3. Go to Format and set the Category lables On.  This will show whatever field you have in the Details well.

 

May the Force be with You ...

Hi Mike,

 

Thanks for the reply. Could you post the scressnshot of the shrinked points on your scatter chart? I am kind of can't get how the ways you descibed could make the size changed.

 

Thanks,

 

Erin

I'm confused - none of those points related to "shrinked" or "size changed" points.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors