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 based o...
Power Apps
Answered

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,715 Super User 2026 Season 1 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,715 Super User 2026 Season 1 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

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 93 Most Valuable Professional

#2
Haque Profile Picture

Haque 81

#3
Valantis Profile Picture

Valantis 49

Last 30 days Overall leaderboard