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 Items P...
Power Apps
Answered

Filter Gallery Items Property based on DropDown

(0) ShareShare
ReportReport
Posted on by

Hi,

 

So I have created Galley inside a Datacard to use Multi select checkbox. So my Gallery Item property refer to a SharePoint Choice column.

So based on a dropdown value I would like to show only Checkbox 1 -3 and other cases Checkbox 1-4 in this Gallery. 

 

I have having trouble with filtering Choices(SPList, SP_Column) to show this. 

 

indhaa_2-1628708191899.png

 

indhaa_0-1628708011616.png

 

Categories:
I have the same question (0)
  • Ramole Profile Picture
    Super User 2024 Season 1 on at

    @indhaa 

     

    Try this code 

     

    Filter(YourDataSource, Status.Value= Dropdown2.Selected.Value)
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @indhaa 

    Putting a gallery inside of a datacard on a form is not really supported in PowerApps, although it can be done its a tricky proposition and may not function as expected if you can do it. https://powerusers.microsoft.com/t5/Building-Power-Apps/Bug-Gallery-not-shown-when-inside-DataCard/td-p/588393  A multi-select combobox is the usual control that is used for this purpose.  

  • indhaa Profile Picture
    on at

    Hi

     

    So depending on the drop down the SP List choice should show some item and other cases ALL the choices. 

  • Verified answer
    indhaa Profile Picture
    on at

    So I did this

    If(DataCardValue174.Selected.Value <> "ABC",
     (Filter(Choices(SPlist.Column),Value <> "Test")),
     Choices(SPlist.Column))

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

#2
Haque Profile Picture

Haque 230

#3
Kalathiya Profile Picture

Kalathiya 217 Super User 2026 Season 1

Last 30 days Overall leaderboard