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 / Use Search and Filter ...
Power Apps
Answered

Use Search and Filter into a Gallery

(0) ShareShare
ReportReport
Posted on by 485

Hi Community,

 

I would like to use the function Search and Filter into a Gallery, the idea is to use a Text filter and by default into the Gallery, filtering by Priority & Value fields, I use the next formula only to filter by default in the Gallery, but the Search I don't know how to combine with the Filter function

//Search('Project Inventory', txt_SearchProjectName.Text, "ProjectName") 
Filter('Project Inventory', Priority.Value = "High", Value.Value = "High")

esjimenezp_0-1660326055731.png

 

The Gallery works with the filter but no with the Search function, any help that would be great, thanks.

 

Kind regards 👋

Categories:
  • Verified answer
    Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @esjimenezp 

    PowerApps executes commands from inside out.  The following formula filters the datasource and reduces to a table that can be searched. 

    Search(
            Filter(
                     'Project Inventory', Priority.Value = "High", Value.Value = "High"
             ), txt_SearchProjectName.Text, "ProjectName"
    )

  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @esjimenezp 

    If this answered your question, please mark it solved so others can find it.

  • esjimenezp Profile Picture
    485 on at

    it works, thanks for your help @Drrickryp 

     

    Kind regards 👋

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
11manish Profile Picture

11manish 394 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 324 Most Valuable Professional

Last 30 days Overall leaderboard