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 / Powerapps sort by choi...
Power Apps
Answered

Powerapps sort by choice value

(0) ShareShare
ReportReport
Posted on by 36

Hi,

 

I need help with sorting my data in powerapps. Can I sort my gallery data by choice column values in result?

My code in Item - Gallery is:

SortByColumns(Filter('MyList';TextSearchBox1.Text in 'NameColumn1'.Value || TextSearchBox1.Text in NameColumn2.Value || TextSearchBox1.Text in 'TextColumn' || TextSearchBox1.Text in 'TextColumn2.' || TextSearchBox1.Text in 'TextColumn3'
);"SomeColumn"; If(SortDescending1; Descending;Ascending))

I wont to sort gallery by 'NameColumn1'.Value

 

Categories:
I have the same question (0)
  • Verified answer
    timl Profile Picture
    36,731 Super User 2026 Season 1 on at

    Hi @amko77 

    It's possible to sort by a choice column, but not in a delegable way. This means that if your source data contains more than 2000 rows, it won't return all your expected results.

    The formula would look like this:

    Sort(Filter('MyList';TextSearchBox1.Text in 'NameColumn1'.Value || 
    TextSearchBox1.Text in NameColumn2.Value ||
    TextSearchBox1.Text in 'TextColumn' ||
    TextSearchBox1.Text in 'TextColumn2.' ||
    TextSearchBox1.Text in 'TextColumn3');
    'NameColumn1'.Value
    )

     

  • amko77 Profile Picture
    36 on at

     Thank you very much.

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 529 Most Valuable Professional

#2
Haque Profile Picture

Haque 230

#3
Kalathiya Profile Picture

Kalathiya 217 Super User 2026 Season 1

Last 30 days Overall leaderboard