Hello,
I have a chart that pulls data from one column. The column name is "Results" which is populated with either "Compliant", "Not Compliant" or "N/A". I used the below formula in Items for the pie chart but have three problems:
1. The pie chart slices are evenly divided between the three responses regardless on how many items are in each response.
2. I cannot figure out how to have the pie chart slices to show the total in the each slice. If this isn't possible can I get the totals to be added to the label?
3. I have a delegation warning for large data sets (My list will only have <40 items)
Items = AddColumns(GroupBy('SharePointListName',"Results","GroupedByResult"),"Count",CountRows('SharePointListName'))
Any help is truly appreciated!