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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello Community,
I need to count unique values in a column that contains multiple values and represent each of the unique values on a pie chart. The data in the column isn't very clean as it's coming directly from Forms into a SharePoint list.
Column
Current Pie Chart
How might I go about counting each of these and then representing the unique values on a pie chart?
Thanks
Solved! Go to Solution.
@Anonymous
Clean your data using Edit Query.
You have to split your column into rows. You could refer to this link - https://community.powerbi.com/t5/Desktop/How-to-split-the-the-Column-into-Multiple-rows/td-p/253361
Then you can plot the pie chart.
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂
@Anonymous
Clean your data using Edit Query.
You have to split your column into rows. You could refer to this link - https://community.powerbi.com/t5/Desktop/How-to-split-the-the-Column-into-Multiple-rows/td-p/253361
Then you can plot the pie chart.
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂
That worked, thanks