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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

How to cluster data in circle chart?

Dear All,

 

I created a circle chart, as mentioned below, with a bunch of values. 

 

I would like to show the first 5-10 values seperately, but how can I cluster the rest of the values to one value, labelled for instance like 'Others'. The values are populated by a measure. 

Power_BI_Adapt_0-1670944311491.png

Any suggestion how to arrange?

 

Thanks!

Kind regards,

1 ACCEPTED SOLUTION

Switch(TRUE(), Values(Name of Supplier) = "ABC"," Group 1",
                        Values(Name of Supplier) ="BCD"," Group 1",
                        Values(Name of Supplier) ="CDE","Group 1",

etc.....

View solution in original post

5 REPLIES 5
Vilmar
Resolver I
Resolver I

Veja se o anexo ajuda

 

 

Vídeo sem título ‐ Feito com o Clipchamp.gif

Anonymous
Not applicable

How does this work? What do I see?

MAwwad
Solution Sage
Solution Sage

Create another SWITCH measure to do grouping

Anonymous
Not applicable

How would this look likke with a sample set of data?

Power_BI_Adapt_0-1671093941926.png

 

Switch(TRUE(), Values(Name of Supplier) = "ABC"," Group 1",
                        Values(Name of Supplier) ="BCD"," Group 1",
                        Values(Name of Supplier) ="CDE","Group 1",

etc.....

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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