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 / Combine combobox and t...
Power Apps
Suggested Answer

Combine combobox and text search in gallery

(0) ShareShare
ReportReport
Posted on by

Hi,

I am trying to set up filtering using a combo box and text search via a search field in a gallery.

In the combo box, users should be able to select from various categories, and in the text search field, users should simply be able to search by text. The two functions should work together.

I have added the data source to the combo box and selected the categories.

Combo box:

Items: Search(Materialebanken, ComboBox2.SelectedItems, Value)
The data source is called Materialebanken.

The column to be used in the combo box is called Materialekategori.

Gallery

The gallery is set up like this:

Items: Search(Materialebanken, TextSearchBox1.Text, Titel)

In the combo box I do see the correct categories and the text search is also working and sorting in the gallery. But I guess I need the correct setup for the gallery so that the combo box also work. 

Are the combo box, text search field, and gallery set up correctly?

  • Suggested answer
    WarrenBelz Profile Picture
    156,532 Most Valuable Professional on at
    Try this for a start
    Search(
       Filter(
          Materialebanken,
          Materialekategori in ComboBox2.SelectedItems.Value
       ),
       TextSearchBox1.Text, 
       Titel
    )
    NOTE: if Materialekategori is a Choice column, you will need Materialekategori.Value
     
    Please click Does this answer your question 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 a Like.
    MVP (Business Applications)    Visit my blog Practical Power Apps    LinkedIn   
    Buy me a coffee

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 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard