How can I make a pie chart from a SharePoint list? #M365AMA
In this episode, the #M365AMA panel discusses the following community question:
“How can I make a pie chart from a SharePoint list? My Sharepoint list has a column “Compliance”; multiple choice: In Compliance / Attention / Out of Compliance. I want a dashboard page in Powerapps that has a pie chart, showing Compliance status of all units. And next to that a list of vehicles Attention or Out of Compliance . When I add a pie chart – it is not pulling the “Compliance” column as an option and I’m not sure how to write the function correctly? Any help appreciated!”
Check out the discussion here:
Participating in this discussion were:
- Christian Buckley @buckleyplanet
- Sharon Weaver @sharoneweaver
- Sean McDonough @spmcdonough
- Kirsty McGrath @kirstymcgrath13
Some relevant notes/links shared by the team:
- Try the PowerApps Pie Chart control [https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-pie-chart]
- If looking to develop an add-in or programmatic solution, check out [https://www.chartjs.org/docs/latest/charts/doughnut.html] (Chart.js)
or [https://canvasjs.com/html5-javascript-pie-chart/] (canvasJS)