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 data fr...
Power Apps
Unanswered

Filter Gallery data from multiple checkbox Selection

(0) ShareShare
ReportReport
Posted on by 39

Hi All

 

I have a gallery dropdown with multiple check box selection option, when user selects multiple checkbox data should display in gallery and I have huge data records in data source. by giving the below function I am able to check multiple check boxes, but data displayed in gallery for one checkbox only, however it is not throwing the delegation error. Can you please advise the correct function. 

ComboBoxSystemId.Selected.Value in SystemId  

 

 

Categories:
I have the same question (0)
  • turnerj3 Profile Picture
    2,039 on at

    Is there an option to use SelectedItems instead of Selected?

  • NandiniBhagya20 Profile Picture
    4,667 Super User 2024 Season 1 on at

    Hi @Innrg ,
    You can use a button to filter data and on select property of button try using below formula - 
    Clear(colItemsToSHow);ForAll(multiSelectCombobox.SelectedItems As MyData, Collect(colItemsToSHow, Filter(AddColumns(TestN,"multiChoiceConcat",Concat(MultiChoice,Value,",")), MyData.Value in multiChoiceConcat And !(multiChoiceConcat in colItemsToSHow.multiChoiceConcat))))

    Replace the below controls/columns/datasource name - 
    multiSelectCombobox <-> ComboBoxSystemId

    TestN <-> SP List name

    MultiChoice <-> SystemId  

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 431

#2
WarrenBelz Profile Picture

WarrenBelz 360 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 280 Super User 2026 Season 1

Last 30 days Overall leaderboard