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 / Combining sort, filter...
Power Apps
Unanswered

Combining sort, filter and search using tabs

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello Experts,
I am trying to use sorting (from latest to oldest using Start Date) in my gallery and I want to combine these functions, but I can't seem to get it to work and there is an error using Sort and SortbyColumns. 

Below is my code, the gallery is set to show by tabs.

If(varTab="Pending", 
Filter(Tasks, 'Tasks (Views)'.'Pending Tasks' StartsWith(Subject, searchBoxA.Text))
,
varTab="History", 
Filter(Tasks, 'Tasks (Views)'.'My Completed Tasks', StartsWith(Subject, searchBoxA.Text)))


Any help is appreciated!

Thank you!

Categories:
I have the same question (0)
  • CU-18081211-6 Profile Picture
    9,270 Moderator on at

    Hi @Anonymous ,

    If the 'Start Date' field is included in 'Tasks (Views)'.'Pending Tasks' and 'Tasks (Views)'.'My Completed Tasks'

    Try this formula:

     

    Sort(
     Switch(
     varTab,
     "Pending", 
     Filter(Tasks, 'Tasks (Views)'.'Pending Tasks' StartsWith(Subject, searchBoxA.Text)),
     "History", 
     Filter(Tasks, 'Tasks (Views)'.'My Completed Tasks', StartsWith(Subject, searchBoxA.Text))
     ),
     'Start Date',
     Descending
     ) 

     

    Hope it helps !

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,033

#2
Valantis Profile Picture

Valantis 632

#3
11manish Profile Picture

11manish 607

Last 30 days Overall leaderboard