Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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
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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 43 | |
| 39 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 67 | |
| 63 | |
| 30 | |
| 30 | |
| 23 |