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 Column value from...
Power Apps
Answered

Sort Column value from biggest to lowest

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi all,

I have tried to search for something that could give a lot of the answer to how many filter function that can rank the values ​​from largest to smallest and vice versa.

That's the value of "ha missing" I would like to have ranked

If it can be explained step by step it will be very nice!!!

I hope you can help me, please!

See the picture
-Peter

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

    Hi  Peter,

    The SortByColumns can help you.

    https://docs.microsoft.com/en-gb/powerapps/maker/canvas-apps/functions/function-sort 

    In this case, you would amend the Items property of your gallery using the formula beneath.

    SortByColumns( <InsertExistingItemsFormulaForGallery1>, 
     "ha missing", Descending 
    )

     

  • TJO Profile Picture
    230 on at

    @Anonymous You can set you gallery items property to sort depending on a boolean variable:

     

     

    SortByColumns(
     tabDaten,
     "Ha Missing",
     If(
     varSortAscending,
     Ascending,
     Descending
     )
    )

     

     

     Then on the sort button OnSelect property you toggle the boolean variable:

     

     

    Set(varSortAscending, !varSortAscending)

     

     

    So without setting pressing the sort button the sorting should be descending upon loading at first since varSortAscending will be blank/false.

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @TJO,

    It just turns the column around. the black not on the values.

    See the pictures

    sort1.jpg
    Sort2.jpg
  • TJO Profile Picture
    230 on at

    @Anonymous That is weird. Maybe there is a problem with the space in your column name (if your data is in SharePoint or Excel). Could you try with "ha_x0020_missing"

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @TJO 
    No?

  • TJO Profile Picture
    230 on at

    @Anonymous mmh, could you paste your whole formula in here please

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @TJO,

    The first formula is for the gallery and the second formula is for the icon.

    SortByColumns(
                 Jordprøver5,
                 "Ha_x0020_mangler",

                    If( varSortAscending,
                    Ascending,
                    Descending
             )
    )



    Set(varSortAscending, !varSortAscending)


    -Peter

  • TJO Profile Picture
    230 on at

    @Anonymous The formulas seem correct.
    Could this be a number stored as text issue?  

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @TJO,

     The field is a calculated field and is, and it is set to number.

    -phh

     

    Calu.jpg
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @TJO,

    Have you had a look at it or is it not possible?

    -PHH

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

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard