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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Filter Gallery based o...
Power Apps
Unanswered

Filter Gallery based on choice column and multiple choice column

(0) ShareShare
ReportReport
Posted on by 195

Hi Everyone, 

I would like to ask for help filtering gallery based on 1 choice column and 1 multiple choice column.  Please refer to screenshot below.

YamiteKudasai_0-1718132358043.png


I want to filter List based on these choice dropdown columns. 

If I use method below. It is only 1 filter condition. 

 

 

Filter(
 'List Name',
 Concat(ComboBox2.SelectedItems,Value&",") in
 Concat('Days of the Week',Value&",")
);
ForAll(
 ComboBox2.SelectedItems,
 Filter(
 'List Name',
 Value in 'Days of the Week'.Value
 )
 )

 

 

 

Kindly help the best way to filter gallery. Thanks!

Categories:
I have the same question (0)
  • Verified answer
    SpongYe Profile Picture
    5,603 Super User 2025 Season 2 on at

    Hi @YamiteKudasai 

     

    You can use a With() function to filter first the department and then th e day of the ride:

    With(
     {
     _itemsDeparment: Filter(
     'List Name',
     ID = ComboBox.Selected.DepartmentID
     )
     },
     Filter(
     _itemsDeparment,
     Concat(ComboBox2.SelectedItems,Value&",") in
     Concat('Days of the Week',Value&",")
     )
    )

     

    Please adust the code to your needs but this is how you can combine both filters.

     

    If you have any questions or feedback, please let me know. Have a great day! 😊

    -----------------------
    PowerYsa Power Platform Enthusiast [LinkedIn] | [Youtube| [My blog]

    I love to share my knowledge and learn from others. If you find my posts helpful, please give them a thumbs up 👍 or mark them as a solution ✔️. You can also check out my [@PowerYSA] for some cool solutions and insights. Feel free to connect with me on any of the platforms above. Cheers! 🍻

  • YamiteKudasai Profile Picture
    195 on at

    Thanks @SpongYe , With works!

  • SpongYe Profile Picture
    5,603 Super User 2025 Season 2 on at

    Hi @YamiteKudasai 

     

    Nice good to hear. Good luck further!

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 840 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 332 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 275

Last 30 days Overall leaderboard