Hello,
In my sharepoint list i have the following items:
Title - Number
Test A - 4
Test A - 2
Test A - 2
Test B - 3
Test C - 2
Test B - 3
I want to put that information in a gallery but remove duplicates and add them together, so in reality, the gallery on PowerApps should be showing this:
Test A - 8
Test B - 6
Test C - 2
I can remove duplicates, but not sum.
Using sum will give a random number that i do not want
Can somebody help?