HI there
I have a large Sharepoint list. It involves data of an event with a unique event ID. there are several colleagues that are involved with that event (up to 3).
The Sharepoint list ID data is a number. The colleagues involved (called 'Assessment-Panel') is a multi choice column.
For example
event 1, Dave, Linda, Jim
event 2, Linda, Jim, Tom
event 3, Tom, Dave, Will
event 4, Janet, Linda, Gill
As it is a Sharepoint multicolumn list, the individuals have little colours and it all looks quite pretty
I would like to calculate in Powerapps (text boxes and buttons), how many events each of the individuals are involved in
e.g. i would like to out put (using the above example)
Dave = 2
Linda = 3
Tom = 2
Jim = 2
Will = 1
Gill = 1
etc
As new people come onboard the list of individuals and their frequency of activity will get longer of course.
That way I am able to know how many each person is involved with so that any work can be distributed as evenly as possible.
Of course, the Sharepoint list has many other columns with additional data but for this task, I do not need to collect any additional information.
I have found articles on grouping and ungrouping columns but that seems to work with text data and not the multichoice data format (?JSON or table data)