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
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
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