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 / Sort and Filter combin...
Power Apps
Unanswered

Sort and Filter combination not working fine

(0) ShareShare
ReportReport
Posted on by 603

I have a powerapps with SharePoint as the backend. Below is my SharePoint list

 

Iantaylor2050_0-1687692092296.png

 

In my item details page, I have a label named Highest Price where i need to show the highest amount filtered by ID. i.e. 

 

For 1001, the label should show $1000 as this is the highest amount when filtered by ID. I tried using below code, but it doesnt work.

 

For 1002 item details details page, it should show $2000

 

Label Text property contains below code

SortByColumns(Filter(DataSource, ID=globvar.ID),Amount,SortOrder.Descending)

 

Any idea where i am going wrong?

 

Categories:
I have the same question (0)
  • timl Profile Picture
    37,283 Super User 2026 Season 2 on at

    @Iantaylor2050 

    SortByColumns returns a table. If you want to want to display the Amount that corresponds to the first record in the result, the formula would look like this:

    First(
     SortByColumns(Filter(DataSource, ID=globvar.ID),
     Amount,
     SortOrder.Descending
     )
    ).Amount

     

     

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 377 Most Valuable Professional

#2
11manish Profile Picture

11manish 165 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 110 Super User 2026 Season 2

Last 30 days Overall leaderboard