The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
Solved! Go to Solution.
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
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