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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
Delivered: 50 crates
Each stage is represented by a bubble, and Iโd like the bubble size to grow or shrink automatically according to the countโso โIn Transitโ would appear largest when it has 80 crates, and โHarvestedโ smaller with only 10.
I previously tried the Akvelon Power BI visual, but I couldnโt get the bubble size to respond dynamically to the measure. The layout should display the stages sequentially (1-2-3โฆ) while each bubble scales with the underlying data.
Whatโs the best way to achieve this in Power BI? Would you recommend a custom visual, a DAX measure trick, or another built-in visual? Any guidance or examples would be greatly appreciated.
Thanks,
@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
Hi @dlv_35 ,
Try this:
X-axis โ StageOrder
Y-axis โ create a dummy measure Always1 = 1 so all bubbles align in a row.
Size โ Crates (this makes bubbles grow/shrink).
Legend / Details โ Stage
๐ I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
๐ก Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
๐ As a proud SuperUser and Microsoft Partner, weโre here to empower your data journey and the Power BI Community at large.
๐ Curious to explore more? [Discover here].
Letโs keep building smarter solutions together!