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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
shaunguyver
Helper III
Helper III

Donut chart to display comma separated values in column

I have a table that contains the following columns:

 

Column A - Name

Column B - Region

Column C - Skill Set

 

In column C, more than one skill can be attributed to the individual. For example one record could read 'project management', another could read 'project management, stakeholder management', and another could read 'stakeholder management, data analysis, Excel.'

 

Is there a way to create a donut chart to display all distinct comma separated values in Column C, so that each possible skill is displayed? So far, I can only get a donut chart to display every combination that appears.

 

Thanks

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @shaunguyver,

 

Maybe you can add calculated column with CONCATENATEX function to manually summary project names with comma, then use this column as category of donut chart.

 

Regards,

Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @shaunguyver,

 

Maybe you can add calculated column with CONCATENATEX function to manually summary project names with comma, then use this column as category of donut chart.

 

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors