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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Giada90
Helper III
Helper III

bubble changed dimension by value

Hi,

is it possible to have a kpi inside a circle that changes as dymension based on number? (big circle for big numbers)

thanks

1 ACCEPTED SOLUTION
v-menakakota
Community Support
Community Support

Hi @Giada90 ,
Thank you for reaching out to us on the Microsoft Fabric Community Forum.

Scatter Chart is the best solution for this, which i have tried it on my end .Tried with the sample data of Category,KPI values. To center the circles in the scatter chart, create these measures:

X-axis:

X_Axis = 1

Y-axis:

Y_Axis = 1

Add the field mappings

X_Axis:X_Axis

Y_Axis:Y_Axis

Size: KPI Values

Details: Category

Now goto scatter chart and play the pause button ,will be able to see the size of the button changing according to the KPI vales of the Category
As the KPI value for Sales is high the size of the button is increased and the KPI value for HR is low then the size of the button is decreased.
Please go through the screenshots and pbix file for more clearence:

vmenakakota_0-1743146925460.pngvmenakakota_1-1743146953187.png

If this post was helpful, please give us Kudos and consider marking Accept as solution to assist other members in finding it more easily.
Thank you and Regards,
Menaka Kota.



View solution in original post

6 REPLIES 6
Giada90
Helper III
Helper III

thanks!

v-menakakota
Community Support
Community Support

Hi @Giada90 ,
Thank you for reaching out to us on the Microsoft Fabric Community Forum.

Scatter Chart is the best solution for this, which i have tried it on my end .Tried with the sample data of Category,KPI values. To center the circles in the scatter chart, create these measures:

X-axis:

X_Axis = 1

Y-axis:

Y_Axis = 1

Add the field mappings

X_Axis:X_Axis

Y_Axis:Y_Axis

Size: KPI Values

Details: Category

Now goto scatter chart and play the pause button ,will be able to see the size of the button changing according to the KPI vales of the Category
As the KPI value for Sales is high the size of the button is increased and the KPI value for HR is low then the size of the button is decreased.
Please go through the screenshots and pbix file for more clearence:

vmenakakota_0-1743146925460.pngvmenakakota_1-1743146953187.png

If this post was helpful, please give us Kudos and consider marking Accept as solution to assist other members in finding it more easily.
Thank you and Regards,
Menaka Kota.



MamathaPatlolla
Regular Visitor

Yes, it's possible to have a KPI inside a circle that dynamically changes in size based on the number. 

There are 2 methods 

  1. Custom Visuals – Use the "Deneb" custom visual (based on Vega-Lite) to create a dynamic circle size.

  2. SVG in Tables – You can generate a circle using an SVG formula in a measure and use that inside a table.

@MamathaPatlolla thanks, could you explain me the method of svg in tables? thanks

Hi @Giada90 ,

 

May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

 

Thank you.

Hi @Giada90 ,

I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.


Thank you.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors