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 based o...
Power Apps
Unanswered

Filter Gallery based on dropdown selection with does not equal values

(0) ShareShare
ReportReport
Posted on by 108

Hi All,

 

I am using Sharepoint as my backend. I have four dropdown columns. Three dropdown columns are available in powerapps screen and based on the dropdown selection the gallery should display the results (Screen 1). 

 

Screen2:

There will be option to accept attachment, where user will upload excel with bulk rows of records, by filling the fourth column data. Fourth dropdown value will be entered by the user.  Result of fourth column could be "Yes" or "No" .  Once the bulk upload done, another gallery will be available in the screen 2, which will display if any incorrect values entered by the user in Fourth dropdown column. For example, if user enters "True/false/NA" instead of "Yes or "No" , then it should display the incorrect rows. 

 

So i have written a formula to filter the records which is not equal to the value of Yes or No in filter, but it is giving Delegation warning and not providing the expected result. Could anyone please help on this.

 

 

Filter('Test 1', 
 ('Column1' = column1dropdown.SelectedText.Value || column1dropdown.SelectedText.Value = Blank()) &&
 (Column2 = Column2dropdown.SelectedText.Value || Column2dropdown.SelectedText.Value = Blank()) && 
 ('Column3' = Column3drpdown.SelectedText.Value || Column3drpdown.SelectedText.Value = Blank()) &&
 ('FourthDropdowncolumn'.Value <>
 "Yes" || 'FourthDropdowncolumn'.Value <> "No") ) 

 

 

Categories:
  • WarrenBelz Profile Picture
    156,566 Most Valuable Professional on at

    Hi @suriyamv07 ,

    Your issue is the does not equals in the last field. You need to state the values it may equal if you want it to be Delegable.

     

    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.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • suriyamv07 Profile Picture
    108 on at

    Hi @WarrenBelz ,

     

    It is okay to be not delegable. But i would like to show the result of which is not equal to Yes or No.

  • WarrenBelz Profile Picture
    156,566 Most Valuable Professional on at

    Hi @suriyamv07 ,

    You last argument will not do anything if the value is yes or no. What exactly are you trying to do here?

  • suriyamv07 Profile Picture
    108 on at

    @WarrenBelz ,

     

    Below is my dataset and in which highlighted cell is having incorrect form of data..it should have either "Yes" or "No". Show that should be highlighted in powerapps gallery,

     

    suriyamv07_0-1686816144093.png

     

    I have selected the values in dropdown and in my dataset row 1 is having correct value in Column 4. So it is not displayed in the gallery. Wherever incorrect value is present in fourth column, that is should be highlighted in the gallery as like below screenshot.

    suriyamv07_1-1686816196938.png

     

     

  • WarrenBelz Profile Picture
    156,566 Most Valuable Professional on at

    @suriyamv07 

    But it has to be either yes or no, so the last piece does nothing 

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 383 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 356

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard