web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Apps
Suggested Answer

Combining Rows

(1) ShareShare
ReportReport
Posted on by 2
Hello all,
 
I'm needing help with how to combine rows to have it return one value in a gallery.
I'm building an app for award nominations. In the app anyone can nominate anyone else, but only the senior team can score the nominations. There are 10 senior team members. The issue I ran into is if Person A nominates the same person as Person B, the nominee shows up twice. My goal is to combine rows that have the same nominee's name, then show the scores from each senior team member and add them together so no one has to go in and manually add up the scores.
 
The name of the Sharepoint list I am using is 'ABCD Scoring' with columns 'Nominee' for the nominee name, 'Senior Member' for the senior member name, then a column for each criteria the senior team scores.
Categories:
I have the same question (0)
  • Suggested answer
    Nandit Profile Picture
    1,568 Moderator on at
     
    Can you try the following please. 
    ClearCollect(finalScore,  
        AddColumns(
                GroupBy('ABCD Scoring', "Nominee","subgroup"),
                    "SumA",
                    Sum(subgroup,CriteriaA),
                    "SumB", Sum(subgroup,CriteriaB),
                    "SumC", Sum(subgroup,CriteriaC)
            ) 
    );
    This should give you a list of Distinct winners with aggregated score. 
     
    Hope this helps. 
     
    Kind regards, 
    Nandit
     
    If this answers your query, please mark this response as the answer.
    If its helpful, please leave a like. Thanks!
     
  • Nandit Profile Picture
    1,568 Moderator on at
    Hi,

    Following up to check if you were able to solve this issue using my suggestion?

    Kind regards,
    Nandit

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 94

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard