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
Unanswered

Get max value

(0) ShareShare
ReportReport
Posted on by 40
Can some tell me how to get the max value of each drop down and sum all the result values Example if I have drop down in dropdown value ,it should get max value like that I need 10 dropdown max values after getting the result I need sum fr total result I tried but I’m able to get only one dropdown value can some one help me how to do
Categories:
I have the same question (0)
  • zmorek Profile Picture
    3,272 on at

    Unless you're adding new values into the drop down the result will always be the same, so I'm not entirely certain I understand completely, but your formula will look something like:

    Sum(
     Max(Dropdown2.Selected.Value),
     Max(Dropdown2_1.Selected.Value)
    )

    etc.etc.

  • PriyankaGeethik Profile Picture
    3,320 Super User 2024 Season 1 on at

    Hi @Sweety ,

     

    Suppose I have two dropdowns : dropdown 1 with items property binded with colDropDownData.

    dropdown 2 with items property binded with colDropDownDataNew

     

    To calculate Max of dropdown 1: Max(colDropDownData,Value) - here value is a column

    To calculate Sum of two dropdowns: Sum(Dropdown1.Selected.Value,Dropdown1_1.Selected.Value
    ) - Here  Dropdown1 and Dropdown1_1 are the name of the dropdowns 

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 534

#2
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard