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 Platform Community / Forums / Power Apps / How can i sum value fr...
Power Apps
Answered

How can i sum value from rows of a collection?

(0) ShareShare
ReportReport
Posted on by 411

Hello Community!

 

I have a question and want to know if it´s possible to do this in PowerApps? 

 

I have this collection: 

HectorOlivos_0-1692894289214.png

 

How can I achieve this by creating a new collection?  

 

HectorOlivos_1-1692894660650.png

 

Categories:
I have the same question (0)
  • Verified answer
    madlad Profile Picture
    2,637 Moderator on at

    Hi @HectorOlivos 

     

    You could use something like the following code:

     

    ForAll(
     Sequence(CountRows(colCumulativePercentages)),
     Collect(colCumulativePercentagesTotals,
     {
     CalculatedVal: Index(colCumulativePercentages, Value).CalculatedVal,
     Val: Index(colCumulativePercentages, Value).Val,
     TotalCalculatedVal: Sum(FirstN(colCumulativePercentages, Value), CalculatedVal)
     }
     )
    )
     

     

    This should store your desired collection as colCumulatviePercentagesTotals

     

    Hope this helps!

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard