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 By Column + Filter
Power Apps
Answered

Sort By Column + Filter

(0) ShareShare
ReportReport
Posted on by 143

Hi,

 

I have a choice column called "Status" that has three items (Awaiting, Tickets Generated & Archived").

In my Gallery I want it to not show the status "archived" and sort it either ascending or "Awaiting" before "Tickets Generated".

 

Sort on its own works fine

 

SortByColumns(AddColumns(Onboarding, "Awaiting", Status.Value), "Awaiting")

 

 

However when I try and add the filter I cannot get it to function, I'm trying:

 

SortByColumns(Filter(Onboarding, Status.Value = "Awaiting" Or Status.Value = "Tickets Generated"), "Status", Ascending)

 

Categories:
I have the same question (0)
  • Verified answer
    LaurensM Profile Picture
    12,516 Moderator on at

    Hi @notepadapp,

     

    The SortByColumns on a choice field is causing the issue in the second code snippet. Try the following adjustment:

     

    SortByColumns(
     AddColumns(
     Filter(
     Onboarding, 
     Status.Value = "Awaiting" || Status.Value = "Tickets Generated"
     ),
     "StatusText",
     Status.Value
     ),
     "StatusText", 
     SortOrder.Ascending
    )

     

    If this solves your question, would you be so kind as to accept it as a solution.

    Thanks!

  • notepadapp Profile Picture
    143 on at

    Amazing thanks 🙂

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

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard