<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dynamically resizing bubbles based on data values on powerbi in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dynamically-resizing-bubbles-based-on-data-values-on-powerbi/m-p/4836542#M12828</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1355088"&gt;@dlv_35&lt;/a&gt;&amp;nbsp;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI data-start="427" data-end="476"&gt;
&lt;P data-start="430" data-end="476"&gt;Add a Scatter Chart visual to your report.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="477" data-end="533"&gt;
&lt;P data-start="480" data-end="533"&gt;Put your “Stage” field in the Details bucket.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="534" data-end="824"&gt;
&lt;P data-start="537" data-end="612"&gt;Put an index (or just Stage again) in the X-Axis to force ordering.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="825" data-end="926"&gt;
&lt;P data-start="828" data-end="926"&gt;Put a constant (like 1) in the Y-Axis to keep everything aligned horizontally (or vertically).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="927" data-end="996"&gt;
&lt;P data-start="930" data-end="996"&gt;Put your measure (e.g., [Crate Count]) into the Size bucket.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="997" data-end="1096"&gt;
&lt;P data-start="1000" data-end="1096"&gt;Set the marker size scaling in the Format pane → “Shapes” → “Size” to something comfortable.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BBF&lt;/P&gt;
&lt;DIV style="font-family: Segoe UI, sans-serif; font-size: 14px; line-height: 1.2;"&gt;&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; &lt;STRONG&gt;Did I answer your question?&lt;/STRONG&gt; Mark my post as a solution! &lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt; Kudos are appreciated &lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":fire:"&gt;🔥&lt;/span&gt; Proud to be a Super User!&lt;/STRONG&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Community News image 1920X1080.png" style="width: 150px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1238084iB989B7DAABABDDDF/image-size/large?v=v2&amp;amp;px=999" width="150" role="button" title="Community News image 1920X1080.png" alt="Community News image 1920X1080.png" /&gt;&lt;/span&gt; &lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Sep 2025 14:03:47 GMT</pubDate>
    <dc:creator>BeaBF</dc:creator>
    <dc:date>2025-09-26T14:03:47Z</dc:date>
    <item>
      <title>Dynamically resizing bubbles based on data values on powerbi</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dynamically-resizing-bubbles-based-on-data-values-on-powerbi/m-p/4826433#M12805</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I’m building a fruit-inventory dashboard and want to show each stage of our banana supply chain as a bubble. For example:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Harvested Bananas:&lt;/STRONG&gt; 10 crates&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;In Transit:&lt;/STRONG&gt; 80 crates&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Delivered:&lt;/STRONG&gt; 50 crates&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Each stage is represented by a bubble, and I’d like the &lt;STRONG&gt;bubble size to grow or shrink automatically according to the count&lt;/STRONG&gt;—so “In Transit” would appear largest when it has 80 crates, and “Harvested” smaller with only 10.&lt;/P&gt;&lt;P&gt;I previously tried the &lt;EM&gt;Akvelon Power BI visual&lt;/EM&gt;, 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.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 13:00:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dynamically-resizing-bubbles-based-on-data-values-on-powerbi/m-p/4826433#M12805</guid>
      <dc:creator>dlv_35</dc:creator>
      <dc:date>2025-09-15T13:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically resizing bubbles based on data values on powerbi</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dynamically-resizing-bubbles-based-on-data-values-on-powerbi/m-p/4836542#M12828</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1355088"&gt;@dlv_35&lt;/a&gt;&amp;nbsp;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI data-start="427" data-end="476"&gt;
&lt;P data-start="430" data-end="476"&gt;Add a Scatter Chart visual to your report.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="477" data-end="533"&gt;
&lt;P data-start="480" data-end="533"&gt;Put your “Stage” field in the Details bucket.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="534" data-end="824"&gt;
&lt;P data-start="537" data-end="612"&gt;Put an index (or just Stage again) in the X-Axis to force ordering.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="825" data-end="926"&gt;
&lt;P data-start="828" data-end="926"&gt;Put a constant (like 1) in the Y-Axis to keep everything aligned horizontally (or vertically).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="927" data-end="996"&gt;
&lt;P data-start="930" data-end="996"&gt;Put your measure (e.g., [Crate Count]) into the Size bucket.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="997" data-end="1096"&gt;
&lt;P data-start="1000" data-end="1096"&gt;Set the marker size scaling in the Format pane → “Shapes” → “Size” to something comfortable.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BBF&lt;/P&gt;
&lt;DIV style="font-family: Segoe UI, sans-serif; font-size: 14px; line-height: 1.2;"&gt;&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; &lt;STRONG&gt;Did I answer your question?&lt;/STRONG&gt; Mark my post as a solution! &lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt; Kudos are appreciated &lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":fire:"&gt;🔥&lt;/span&gt; Proud to be a Super User!&lt;/STRONG&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Community News image 1920X1080.png" style="width: 150px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1238084iB989B7DAABABDDDF/image-size/large?v=v2&amp;amp;px=999" width="150" role="button" title="Community News image 1920X1080.png" alt="Community News image 1920X1080.png" /&gt;&lt;/span&gt; &lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 14:03:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dynamically-resizing-bubbles-based-on-data-values-on-powerbi/m-p/4836542#M12828</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2025-09-26T14:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically resizing bubbles based on data values on powerbi</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dynamically-resizing-bubbles-based-on-data-values-on-powerbi/m-p/4838265#M12837</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1355088"&gt;@dlv_35&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Try this:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create an order column:&lt;BR /&gt;StageOrder =&lt;BR /&gt;SWITCH(&lt;BR /&gt;[Stage],&lt;BR /&gt;"Harvested", 1,&lt;BR /&gt;"In Transit", 2,&lt;BR /&gt;"Delivered", 3,&lt;BR /&gt;99&lt;BR /&gt;)&lt;/LI&gt;
&lt;LI&gt;Go to Visualizations pane → select Scatter chart.&lt;/LI&gt;
&lt;LI&gt;Drag fields:&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;X-axis → StageOrder&lt;BR /&gt;Y-axis → create a dummy measure Always1 = 1 so all bubbles align in a row.&lt;BR /&gt;Size → Crates (this makes bubbles grow/shrink).&lt;BR /&gt;Legend / Details → Stage&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt; 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.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":military_medal:"&gt;🎖&lt;/span&gt; As a proud &lt;/SPAN&gt;&lt;STRONG&gt;SuperUser&lt;/STRONG&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;STRONG&gt;Microsoft Partner&lt;/STRONG&gt;&lt;SPAN&gt;, we’re here to empower your data journey and the Power BI Community at large.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":link:"&gt;🔗&lt;/span&gt; Curious to explore more?&lt;/SPAN&gt;&lt;A href="https://www.grazitti.com/services/data-science/solutions/data-visualization/?utm_source=community&amp;amp;utm_medium=powerbi-community&amp;amp;utm_campaign=Community-Outreach-By-Analytics" target="_blank"&gt; &lt;SPAN&gt;[Discover here]&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;I&gt;Let’s keep building smarter solutions together!&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 17:42:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dynamically-resizing-bubbles-based-on-data-values-on-powerbi/m-p/4838265#M12837</guid>
      <dc:creator>grazitti_sapna</dc:creator>
      <dc:date>2025-09-29T17:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically resizing bubbles based on data values on powerbi</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dynamically-resizing-bubbles-based-on-data-values-on-powerbi/m-p/4853254#M12867</link>
      <description>&lt;H3&gt;Option 1: Use the Built-in Bubble Chart Visual&lt;/H3&gt;&lt;P&gt;This is the simplest approach if you just want proportional sizing&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Create a table like this:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Stage Crates &lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Harvested&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;In Transit&lt;/TD&gt;&lt;TD&gt;80&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Delivered&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;In Power BI:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Insert a Bubble Chart (or a Scatter Chart).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Drag Stage to the &lt;EM&gt;Details&lt;/EM&gt; or &lt;EM&gt;Category&lt;/EM&gt; field.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Drag Crates to the &lt;EM&gt;Size&lt;/EM&gt; field.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Optionally, use a constant or index for &lt;EM&gt;X-axis&lt;/EM&gt; to keep stages in order (e.g., 1, 2, 3).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Adjust bubble size scaling under &lt;EM&gt;Format → Bubbles → Size controls&lt;/EM&gt; to make the difference visually clear.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Need More Help &lt;A href="https://redzhubscriptbloxfruit.com/redz-hub-brookhaven-script/" target="_blank" rel="noopener"&gt;Visit Here&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;HR /&gt;&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;</description>
      <pubDate>Sat, 18 Oct 2025 08:14:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dynamically-resizing-bubbles-based-on-data-values-on-powerbi/m-p/4853254#M12867</guid>
      <dc:creator>julliaz</dc:creator>
      <dc:date>2025-10-18T08:14:32Z</dc:date>
    </item>
  </channel>
</rss>

