Forum Discussion
dlv_35
11 months agoNew Member
Dynamically resizing bubbles based on data values on powerbi
Hi everyone, I’m building a fruit-inventory dashboard and want to show each stage of our banana supply chain as a bubble. For example: Harvested Bananas: 10 crates In Transit: 80 crates Del...
BeaBF
10 months agoSuper User
dlv_35 Hi!
-
Add a Scatter Chart visual to your report.
-
Put your “Stage” field in the Details bucket.
-
Put an index (or just Stage again) in the X-Axis to force ordering.
-
Put a constant (like 1) in the Y-Axis to keep everything aligned horizontally (or vertically).
-
Put your measure (e.g., [Crate Count]) into the Size bucket.
-
Set the marker size scaling in the Format pane → “Shapes” → “Size” to something comfortable.
If you want more control (labels inside bubbles, better spacing, tooltips), the free Bubble Chart by OKViz is well regarded and supports dynamic sizing natively.
BBF
💡 Did I answer your question? Mark my post as a solution!
👍 Kudos are appreciated
🔥 Proud to be a Super User!