Hello!
I have created an app in Power Apps. However, I am wanting to add a pie chart with data from one column, where each slice is of the different column choices. For example, if my column is Unit, and the choices are "Unit 1", Unit 2", "Unit 3", then those three units will be given each slice. I have 30 units, and I am wanting to calculate how many items have selected their respective unit.
So an example of one slice would be:
"Unit 1" - 8(number of items with "Unit 1" selected")
"Unit 2" - 7
"Unit 3" - 4
"Unit 5" - 23
etc....
FYI, I do not have a column in my list for the number of items from each choice. I would have to do "AddColumn" or something. I just have a column for Unit.