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)
  • 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?
  • AndrianaO Profile Picture
    199 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
     
    Thank you. It is working fine.
     
     
  • ronaldwalcott Profile Picture
    3,825 Super User 2025 Season 2 on at
    filter gallery with multi select combobox
    What is the items type of the combo box?
  • Suggested answer
    AndrianaO Profile Picture
    199 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! 

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…

MS.Ragavendar – Community Spotlight

We are honored to recognize Ragavendar Swaminatha Subramanian as our September…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 982 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 396 Super User 2025 Season 2

#3
Power Apps 1919 Profile Picture

Power Apps 1919 356

Last 30 days Overall leaderboard

Featured topics