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 with Dr...
Power Apps
Answered

Filter Gallery with Dropdownbox

(0) ShareShare
ReportReport
Posted on by 392

Hello everyone, I would like to filter my gallery with the help of the dropdown boxes and if these are empty all results from my database should be displayed.

Database = Sharpointlist

As soon as I try to use several filters, nothing is displayed.

 

FilterGal.JPG

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    154,494 Most Valuable Professional on at

    Hi @Robertjde ,

    Firstly I have to assume that the existing code you posted works as this is an unusual method of filtering with a date, but if so,

    Filter(
     Parameter_Check_Results,
     If(
     IsBlank(Dropdownl_2.Selected.Result),
     true,
     StartsWith(
     Datum,
     Dropdownl_2.Selected.Result
     )
     )
    )

    should do the job.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

  • Robertjde Profile Picture
    392 on at

    how can I best filter the gallery? I want to use all the dropdowns. Can you tell me that @WarrenBelz 

  • Verified answer
    WarrenBelz Profile Picture
    154,494 Most Valuable Professional on at

    @Robertjde ,

    You did not include the name of all your drop-downs or the fields they match, so you will have to change the below code to suit. Also .Value may be different depending on the Items of the drop-down.

    Filter(
     Parameter_Check_Results,
     If(
     IsBlank(Dropdownl_2.Selected.Result),
     true,
     StartsWith(
     Datum,
     Dropdownl_2.Selected.Result
     )
     ) &&
     If(
     IsBlank(Dropdownl.Selected.Value),
     true,
     StartsWith(
     Linie,
     Dropdownl.Selected.Value
     )
     ) &&
     If(
     IsBlank(Dropdownl_3.Selected.Value),
     true,
     StartsWith(
     Schicht,
     Dropdownl_3.Selected.Value
     )
     ) &&
     If(
     IsBlank(Dropdownl_4.Selected.Value),
     true,
     StartsWith(
     Status,
     Dropdownl_4.Selected.Value
     )
     )
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

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

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard