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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Jyothirmayi
New Member

Hi, I want to create a bubble and based on the count it should increase. How can I achieve this pbi

  •  
2 REPLIES 2
Olufemi7
Solution Sage
Solution Sage

Hello @Jyothirmayi

Yes this can be done in Power BI and Microsoft Fabric (Power BI reports in Fabric) using a Scatter chart.

 How to Make the Bubble Increase Based on Count

Insert a Scatter chart visual.
 Create a count measure, for example:

Bubble Count = COUNTROWS('YourTable')


Or for distinct values:

Bubble Count = DISTINCTCOUNT('YourTable'[ColumnName])

 

Assign fields:

  • X Axis → Numeric field

  • Y Axis → Numeric field

  • Details → Category (e.g., Customer, Product, Region)

  • Size → Your Bubble Count measure

The Size field controls the bubble size. Larger counts automatically produce larger bubbles.

This works the same way in Power BI Desktop, Power BI Service, and Microsoft Fabric reports, since Fabric uses the same Power BI visualization engine.

Microsoft Documentation

Scatter and bubble charts in Power BI:
https://learn.microsoft.com/power-bi/visuals/power-bi-visualization-scatter

The documentation confirms that the Size field adds a third measure that determines bubble size.

In summary:
Use a Scatter chart + Count measure in the Size field.

 

BeaBF
Super User
Super User

@Jyothirmayi Hi! Please can you share some details? And also paste data.

 

BBF


💡 Did I answer your question? Mark my post as a solution!

👍 Kudos are appreciated

🔥 Proud to be a Super User!

Community News image 1920X1080.png

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors