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 / Sorting text and numbe...
Power Apps
Answered

Sorting text and numbers in a gallery with different order

(0) ShareShare
ReportReport
Posted on by

Is it possible to sort a gallery that contains both numbers and text so that all numbers are listed at the top, descending, and all text is listed after them, ascending, like this:

2023

2022

2021

ABC

DEF

HIJ

(The PA-Gallery only has one column and is connected to a SharePoint list, also with only one column)

Thanks

Categories:
I have the same question (0)
  • Verified answer
    Rajkumar_M Profile Picture
    3,747 Moderator on at

    Hi @AbcdEfg123 

     

    You can sort a gallery containing both numbers and text in the order you describe by using a formula that differentiates between numeric and text values. You can achieve this by using the SortByColumns, IsNumeric, and Value functions.

     

    SortByColumns(
    AddColumns(
    YourSharePointList,
    NumericValue, If(IsNumeric(YourColumn), Value(YourColumn), Blank()),
    IsNumber, IsNumeric(YourColumn)
    ),
    "NumericValue", SortOrder.Descending,
    "IsNumber", SortOrder.Descending,
    "YourColumn", SortOrder.Ascending
    )

     

    Thanks!

     

    If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.

     

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

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard