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 / Search Filtered Gallery
Power Apps
Answered

Search Filtered Gallery

(0) ShareShare
ReportReport
Posted on by 16

Hi all, 

Still a newbie to PowerApps, so asking for some more help!

 

I have a list that I would like to hard code a filter, which I have done by the fomula: Filter('Toolkit', StartsWith(Name, "BRIEFING SHEET")||StartsWith(Name, "BULLITEN")||StartsWith(Name,"Brief"))

 

However, I would like the end user to be able to search through the list that is filtered. I have tried to add the search box an add search functions, but none of them seem to be working. Any tips?

 

Thank you in advance!

Categories:
I have the same question (0)
  • v-xiaochen-msft Profile Picture
    Microsoft Employee on at

    Hi @ItsGavin_ ,

     

    Please take a look at this document.

    https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-filter-lookup#syntax

    Does it help?

     

    Best Regards,

    Wearsky

  • Verified answer
    timl Profile Picture
    37,283 Super User 2026 Season 2 on at

    @ItsGavin_ 

     

    >> However, I would like the end user to be able to search through the list that is filtered

    What column in your list do you want your user to search against? Asuming you want users to search against the Name column, the syntax would look like this:

     

    With(
     {data:Filter('Toolkit', 
     StartsWith(Name, "BRIEFING SHEET")||StartsWith(Name, "BULLITEN")||StartsWith(Name,"Brief")
     )
     },
     Filter(data, txtSearchBox.Text in Name)
    )

     

  • ItsGavin_ Profile Picture
    16 on at

    @timl 

    This is amazing! Worked like a dream! Thank you!

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

#2
11manish Profile Picture

11manish 165 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 110 Super User 2026 Season 2

Last 30 days Overall leaderboard