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 / How to combine multipl...
Power Apps
Unanswered

How to combine multiple ComboBoxes for filtering a Gallery?

(0) ShareShare
ReportReport
Posted on by 20

Hello, 

 

I am trying to filter a Gallery with 3 multi-select-Dropdowns. Using one is no problem for me but using 3 it seems not that easy or I did not understand the use of the Filter-Function. 

 

Here is my Code: 

 

Filter(
 Shuffle('DataSource');
 Or(
 IsBlank(CB_Bereich.SelectedItems);
 IsEmpty(CB_Bereich.SelectedItems);
 'ColumnName' in CB_Bereich.SelectedItems
 )
)

 

 Please help me to get this working. 

 

Best regards

Categories:
I have the same question (0)
  • Rajkumar_M Profile Picture
    3,747 Moderator on at

    Hi

    Try this

    Filter( Shuffle('DataSource');
    Or( IsBlank(CB_Bereich.SelectedItems); IsEmpty(CB_Bereich.SelectedItems); 'ColumnName' in CB_Bereich.SelectedItems );
    Or( IsBlank(CB_Dropdown2.SelectedItems); IsEmpty(CB_Dropdown2.SelectedItems); 'ColumnName2' in CB_Dropdown2.SelectedItems );
    Or( IsBlank(CB_Dropdown3.SelectedItems); IsEmpty(CB_Dropdown3.SelectedItems); 'ColumnName3' in CB_Dropdown3.SelectedItems ) )

    Refer this link also : Power Apps Filter Gallery With Multiple Dropdowns - Matthew Devaney

    Thanks!

    If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.

  • PowerAppBuilder24 Profile Picture
    20 on at

    Hi @Rajkumar_404 , 

     

    thank you for the quick support. The Link you provided me is already bookmarked 😉 

     

    I tried now you code. But only with 2 Dropdown. To make it simpler to debug. This works fine. 

     

    Now coming to the third one this doesnt work - The Dropdown uses a Split Function: 

     

    Split(Gallery.Selected.'ColumnName ';",")

     

     If I add this third dropdown - I get an error: 

    circle reference

    How can we fix this issue? 

     

    Best regards and many thanks for your help

     

     

  • Rajkumar_M Profile Picture
    3,747 Moderator on at

    Try this

    Filter( Shuffle('DataSource');

    Or( IsBlank(CB_Bereich.SelectedItems); IsEmpty(CB_Bereich.SelectedItems); 'ColumnName' in CB_Bereich.SelectedItems );

    Or( IsBlank(CB_Dropdown2.SelectedItems); IsEmpty(CB_Dropdown2.SelectedItems); 'ColumnName2' in CB_Dropdown2.SelectedItems );

    Or( IsBlank(CB_Dropdown3.SelectedItems); IsEmpty(CB_Dropdown3.SelectedItems);

    'ColumnName3' in Split(Gallery.Selected.'ColumnName '; ",") ) )

    Thanks!

  • PowerAppBuilder24 Profile Picture
    20 on at

    Hi @Rajkumar_404 , 

     

    thank you for helping me - I tried your formula but sadly it doesn't work. It might the case that I am wrong: 

    'ColumnName3' in Split(Gallery.Selected.'ColumnName '; ",") ) )

     

    In ColumnName3 I entered the ColumnName of my DataSource which is a MS List. In the Dropdown I removed the Split Function and in the last  'ColumnName' I also wrote the Name of the Column in that MS list mentioned earlier. 

     

    Is that Correct? 

     

    And here I also get a circle reference issue....

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard