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 / Filtering - allowing m...
Power Apps
Unanswered

Filtering - allowing multiple values from same column

(0) ShareShare
ReportReport
Posted on by 72

Hi 

 

I would like to filter a gallery to show items if either of results are in the datasource

 

My forumla is below:

 

SortByColumns(Filter(iPadBooking,DateRequired = TextInput1.Text, Delivered="Delivered"),"TimeRequired",Ascending)

 

I would also like to show items where Delivered="Pending" in the same gallery at the same time

 

How would I acheive this?

 

Thanks

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

    Hi @SChappell2580

     

    You can do this by combining the use of the And and Or functions.

     

    The syntax would look something like this:

     

    SortByColumns(
     Filter(iPadBooking, 
     Or(And(DateRequired = TextInput1.Text, Delivered="Delivered"),
     Delivered="Pending")
     ),
     "TimeRequired",Ascending
    )

     

  • Sharathk07 Profile Picture
    20 on at

    Hi,

    The below code will work,

     

    SortByColumns(Filter(iPadBooking,DateRequired = TextInput1.Text,(Delivered="Delivered"||Delivered="Pending")),"TimeRequired",Ascending)

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 March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 914

#2
11manish Profile Picture

11manish 627

#3
Valantis Profile Picture

Valantis 598

Last 30 days Overall leaderboard