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 entries from...
Power Apps
Answered

Filtering entries from my dataset in the App

(0) ShareShare
ReportReport
Posted on by 30

I am trying to filter out certain entries in a gallery in my app. I can apply the filter using the below in Items on my gallery which works as expected.

 

Filter('POLIT App Dataset','FIB Action'="Sent to POLIT")

 My issue is that there is an existing Search function in the Items section which I cannot remove. I have tried to nest them as follows, but this is rejected.

 

Search(
Filter(
'POLIT App Dataset', 'FIB Action'="Sent to POLIT"),
'POLIT App Dataset',
'Search Bar'.Text,
"Name","Title","KIRATGrade"
)

Where am I going wrong?

 

 

Thanks

 

Categories:
I have the same question (0)
  • Verified answer
    ANB Profile Picture
    7,252 Super User 2026 Season 1 on at

    Hi @JBTVP , The syntax of Search is as follow:

    Search(Table*, SearchStringColumn1 [, *Column2*, ... ] )

     

    Considering your data source is 'POLIT App Dataset'  Can you try this:

     

     

    Search(
     Filter('POLIT App Dataset', 'FIB Action' = "Sent to POLIT"), 
     'Search Bar'.Text,
     "Name",
     "Title",
     "KIRATGrade"
    )

     

     

     

    ------------------------------------------------------------------------------------------------------------------------------

    I hope this helps.

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs up.

    Thanks,
    ANB

     

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

#2
11manish Profile Picture

11manish 191 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 122 Super User 2026 Season 2

Last 30 days Overall leaderboard