Forum Discussion
Pie chart group
Hello
I have made a pie chart, i have 3 main catorgerys in it, and then there are 6+ small cattorgets that are not intesting on there own but the % of that slice of the pie chart all togeather is very intresting to us.
How can i get everything from PLC: Bag slipper and smalling into a combined group ?
5 Replies
- amitchandakSuper User
Check if this can help
https://docs.microsoft.com/en-us/power-bi/desktop-grouping-and-binning
- philip657Regular Visitor
Thanks, I have been trying that, But although it groups the data legind on the side and make them all the same color. It still has seperate tags/Sections in the pie chart.
Or am i missing something else here ?
- amitchandakSuper User
I am getting only one. Just check tooltip or another place when you might have dragged the base column
- amitchandakSuper User
You can also try . create a new column
Other Brand = if('Item'[Brand] in {"Dell","Lenovo","Apple"},'Item'[Brand],"Others")