web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - Power Query
Suggested answer

filter gallery with multi select combobox

(0) ShareShare
ReportReport
Posted on by 77
hi everyone,
 
This was the formula that I used to filter the gallery and it works fine. As you can see in the 2nd figure, when I select "Dog" in the CBX, the gallery is showing the expected results.
 
Figure 1
 
Figure 2
 
Now, I enable multi select on the CBX, and changed the formula as below, however it is only returning the first and last row, 2nd row has been skipped.
 
Can someone point me to the right direction please. Many thanks
 
 
Categories:
I have the same question (0)
  • Suggested answer
    AndrianaO Profile Picture
    213 Moderator on at
    filter gallery with multi select combobox
    Hi! Your formula is not working because you are checking if Animal is in cbx.Selected items, so "Dog;Cat" is neither in "Dog" nor in "Duck". 
     
    You can try this formula:
     
    Filter(AddColumns(colTest As outerTable, test, Sum(ForAll(cbx.SelectedItems As innerTable,innerTable.Animal in outerTable.Animal),Value)),test>0)
     
    Let me know if this works! 
  • ronaldwalcott Profile Picture
    3,827 Super User 2025 Season 2 on at
    filter gallery with multi select combobox
    What is the items type of the combo box?
  • nicklimcs Profile Picture
    77 on at
    filter gallery with multi select combobox
     
    Thank you. It is working fine.
     
     
  • AndrianaO Profile Picture
    213 Moderator on at
    filter gallery with multi select combobox
    @nicklimcs Happy to help! I would appreciate it if you verify my answer :)
  • nicklimcs Profile Picture
    77 on at
    filter gallery with multi select combobox
     
    I thought I did by checking this checkbox will mark it as "answered".  Is there another button for me to click on?

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 686 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 433 Super User 2025 Season 2

#3
wolenberg_ Profile Picture

wolenberg_ 266 Moderator

Last 30 days Overall leaderboard

Featured topics