Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Gallery Filter Nightmare - Filter based on multiple values

(0) ShareShare
ReportReport
Posted on by 181

Afternoon All.

 

I have a gallery which I already have a filter applied to removing accounts marked as 'Left'. The code is below:

 

 

 

Filter(ListName,
 !(Status.Value = "Left")
)

 

 

 

In addition to the above I need my Gallery to filter based on several column values.

 

First, I need to filter based on 2 columns, call them, Name (filter first) and Location (filter second)

 

Then I need to add a search function for a third column in the list, say Date of Birth.

 

Realise this is a bit sketchy but any guidance would be appreciated 

 

 

Categories:
  • Akash17 Profile Picture
    549 Super User 2024 Season 1 on at
    Re: Gallery Filter Nightmare - Filter based on multiple values

    Hi @Angry_Sys_Admin 

    Please try with this formula 

    Filter(TableName,(Name="Java" And Location="Demo"),StartsWith(DateOfBirth,TextInput.Text))

     

    for more combinations of filter function plz refer

    https://www.enjoysharepoint.com/power-apps-gallery-filter/

    https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-startswith

     

     

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,620 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,962 Most Valuable Professional

Leaderboard