I have a SharePoint list with more than 1500 rows and I would like to count the occurrence of the same item. May I know how to do it?
There are some additional requirements for this case,
I would like to count the number of events responsible for each person, however, when event no. is started with BA, we look at the "Person A" column, when event no. started with OL, we look at "Person B".
This means for the following table:
Event No. | Person A | Person B |
BA202 | Alex | Boris |
BA203 | Boris | Catherine |
OL503 | Catherine | Alex |
The result will be
Alex: 2
Boris: 1
Catherine: 0
I have considered using Get Items, but because I have too many rows and distinct values (Person name), I would like to avoid using that.
Anyone with a solution will be really appreciated!! Thank you everyone!!
Hi englcc,
The easiest way to fulfil your requirement.
Let me know if I can provide you with more details.
Thanks
Regards,
Abdul Wahab
Power Platform/Customer Engagement Developer/Lead/Solution Architecture/Project Manager
Direct/WhatsApp:+923323281237
E-mail: abdulwahabubit@outlook.com
Skype: abdul.wahabubit
Linkedin: https://www.linkedin.com/in/abdul-wahab-a5b8b011a
Hi AbdulWahab,
Thank you for your reply! Could you provide me with more detail on approach 2? I am exploring the possibility of using XML as well, but I couldn't use list row because I do not have a premium account.