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 / Gallery filter stopped
Power Apps
Answered

Gallery filter stopped

(0) ShareShare
ReportReport
Posted on by 355

Hi,

 

This is my first post (Hi!) and a question on my first app. 

 

I have a dashboard screen that has a search field and gallery with static values (All, Low and High) which drives the filter on my gallery record view.  I don't have an "All" status so if selected I filter only on the search text, if Low or High is selected then the filter is based on that status and search text.   This has stopped working and will no longer filter based on status values selected (only lists the full list). If I remove the search on the Risk ID field it will work, but this is a simple Sharepoint list text field (e.g. SOA 001, SOA 002 etc.). Any ideas?

 

 

 

If(
 RiskFilterChoice_2.Selected.Name = "All",
 Filter(
 'Risk Register - Trial',
 RiskSearchBox_1.Text in 'Risk ID' Or RiskSearchBox_1.Text in 'Risk Title'
 ),
 Filter(
 'Risk Register - Trial',
 RiskSearchBox_1.Text in 'Risk ID' Or RiskSearchBox_1.Text in 'Risk Title' And RiskFilterChoice_2.Selected.Name in 'Inherent Risk Rating' 
 )
)

 

 

  

 

 

"This function can be delegated but the selection formula used prevented the datasource from processing the query.It might not work correctly on large data sets and an incorrect result might be returned.The data row limit for non-delegable queries defined in the app settings is 2000."

 

 

 

Categories:
I have the same question (0)
  • Verified answer
    Coopedup Profile Picture
    355 on at

     Found a solution, but still unsure of what it worked then stopped. 

     

    Added () around my two Or statements. 

    If(
     RiskFilterChoice_2.Selected.Name = "All",
     Filter(
     'Risk Register - Trial',
     (RiskSearchBox_1.Text in 'Risk ID' Or RiskSearchBox_1.Text in 'Risk Title')
     ),
     Filter(
     'Risk Register - Trial',
     (RiskSearchBox_1.Text in 'Risk ID' Or RiskSearchBox_1.Text in 'Risk Title') And RiskFilterChoice_2.Selected.Name in 'Inherent Risk Rating' 
     )
    )

       

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

#2
11manish Profile Picture

11manish 141 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 109 Super User 2026 Season 2

Last 30 days Overall leaderboard