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 / filter gallery with 2 ...
Power Apps
Answered

filter gallery with 2 comboboxes AND-OR text box

(0) ShareShare
ReportReport
Posted on by 88

Hi, I'm attempting to filter a gallery based on selections in comboboxes or a text box.  I'll settle with filtering the gallery with only 1 selection in any of my filter options.  It would be great to do an AND / OR filter across all the options.  

 

Issue: The below formula is on my gallery.  I have 2 combobox dropdowns - each filtering on a specific value column (Review Elements and Subject Matter or Content Topics).  Additionally, I have a text box (Required Language) that will filter based on keywords.  The below formula is showing no errors, but only ComboBox2 (review elements) is working.  Where am I going wrong?

 

Filter([@'Standards, Disclaimers & Disclosures'],'Review Element(s)' in ComboBox2.SelectedItems.Result, Or('Subject Matter or Content Topic(s)' in ComboBox2_1.SelectedItems.Result, Or(TextInput1.Text in 'Required Language')))

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    155,559 Most Valuable Professional on at

    Hi @enlitzinger ,

    Assuming ComboBox2 is working, try this

    Filter(
     [@'Standards, Disclaimers & Disclosures'],
     'Review Element(s)' in ComboBox2.SelectedItems.Result || 
     'Subject Matter in ComboBox2_1.SelectedItems.Result ||
     Content Topic(s)' in ComboBox2_1.SelectedItems.Result || 
     TextInput1.Text in 'Required Language'
    )

     

    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.

  • Krishna92 Profile Picture
    Microsoft Employee on at

    @enlitzinger 

     

    Could you please try using the formula and check if that helps with resolution of the issue.

     

    Filter([@'Standards, Disclaimers & Disclosures'], 'Review Element(s)' in ComboBox2.SelectedItems.Result Or('Subject Matter or Content Topic(s)' in ComboBox2_1.SelectedItems.Result Or(TextInput1.Text in 'Required Language')))

     

    If this information helps you with resolution, please consider giving a thumbs up and mark the solution as resolved.

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 387

#2
timl Profile Picture

timl 340 Super User 2026 Season 1

#3
Vish WR Profile Picture

Vish WR 301

Last 30 days Overall leaderboard