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 / filtering more than 1 ...
Power Apps
Unanswered

filtering more than 1 gallery with an "All" option

(0) ShareShare
ReportReport
Posted on by 23

So I have an initial page that has 3 filter gallery options and then a final dropdown that would select by name.

joybre_0-1664380544903.png

If(
FG_FLAG = "All",
Filter(
'Master Project List',
'Site/Function' in S_FLAG
),
Filter(
'Master Project List',
'Project Type'.Value in FG_FLAG && 'Site/Function' in S_FLAG && 'Project Phase'.Value in PS_FLAG,
'Project Leader'.DisplayName = Dropdown7.SelectedText.Result
)
)

 

The above is the code im using, I can get the "All" option to work and it brings back everything and then I can select the other gallery options and returns the desired results.

 

But the bit that im struggling with is that if you dont first select the "All" option in the first gallery none of the other filters work separately.

 

Any help will be appreciated.

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

    @joybre 

    Try 

     

     

    Filter(
     'Master Project List', FG_FLAG="All"||Site/Function' in S_FLAG,
     'Project Type'.Value in FG_FLAG,
     'Project Phase'.Value in PS_FLAG,
     'Project Leader'.DisplayName = Dropdown7.SelectedText.Result
    )

     

     

  • joybre Profile Picture
    23 on at

    Thanks for answering, sorry have tried this and am getting 0 results at all now.

  • joybre Profile Picture
    23 on at

    Im getting a delegation warning as it will be running across a large data set. is there any way round this?

  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @joybre

    The "in" operator is not delegatable in SharePoint. Either "=" or StartsWith() can be used with large lists.

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard