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 / Gallery Filter using C...
Power Apps
Answered

Gallery Filter using Combo box and Search Text Input

(0) ShareShare
ReportReport
Posted on by 41

Hi everyone,

So I have issue with filtering the gallery since I can't seem to use the equals "=" function

Ezzyy798_0-1686123949602.png

I have combo box and text input as search to filter the gallery, but I don't know how to put the function.

 

I want it visualize like this: When I choose 'Status' value in combo box, and search (text input) return any keywords related to the data like its title or customer name, the list will be filtered following those fields.


Any help will be greatly appreciated. Thank you 

Categories:
I have the same question (0)
  • NZ0090 Profile Picture
    317 on at

    Hi @Ezzyy798 ,

     

    If you want to check if the value is blank, you can use the IsBlank() function:

    Filter(
    	'Dummy PR Cust',
    	Status=ComboBox2.Selected.Value || If(IsBlank(ComboBox2.Selected.Value), true, false)
    )

     

  • Verified answer
    Ami K Profile Picture
    15,687 Super User 2024 Season 1 on at

    Hi @Ezzyy798 ,

     

    Assuming this is a SharePoint data source, you can try:

     

     

     

    Search(
     Filter(
     'Dummy PR Cust',
     Len(ComboBox1.Selected.Value) = 0 || Status.Value = ComboBox1.Selected.Value
     ),
     TextInput1.Text,
     "field_1",
     "field_2",
     "field_3"
    )

     

     

     

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

     

    If I have answered your question, please mark your post as Solved. Remember, you can accept more than one post as a solution.

    If you like my response, please give it a Thumbs Up.

     

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

11manish 528

#2
WarrenBelz Profile Picture

WarrenBelz 426 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard