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 from Mu...
Power Apps
Answered

Filter Gallery from Multiple checkboxes

(0) ShareShare
ReportReport
Posted on by

Hi everyone,

 

I'm trying to filter a gallery with multiple check boxes with a bit of trouble. I have a total of 15 check boxes each from their own column. I need the gallery to show any entry that contains the checkbox data and narrow down the entries as more checkboxes are checked. They are currently Yes/No columns from a Sharepoint list. Any help would be appreciated.

Categories:
I have the same question (0)
  • SBax Profile Picture
    1,348 on at

    Reza Doranni posted a great YouTube video on multiple filters in a gallery that will help you

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @njshep,

    Have you solved your problem?

    Could you please tell me if all those Checkboxes representing different 15 Yes/No columns in your list?

    Do you want to filter the Gallery based on Checkbox value corresponding to different columns?

     

    Here is what I assume:

    1). All these 15 Yes/No columns have different Checkboxes

    2). Once you check a Checkbox, filter the Gallery based on a Yes/No column including true value

     

    If my understanding is correct, I think this is a huge work load for you to list all the conditions.

    The following is an example that I assume yo just have 2 Yes/No columns:

    If(
     Checkbox5.Value,
     If(
     Checkbox4.Value,
     Filter(
     BU,
     Boolean = true,
     Dued = true
     ),
     Filter(
     BU,
     Dued = true
     )
     ),
     If(
     Checkbox4.Value,
     Filter(
     BU,
     Boolean = true
     ),
     BU
     )
    )

    vqiaqimsft_0-1660031356001.png

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
Haque Profile Picture

Haque 94

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard