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 not equal to gi...
Power Apps
Answered

Filter not equal to giving delegation issue

(0) ShareShare
ReportReport
Posted on by 71

Hi All,

 

I am using Filter Function in  PowerApps gallery item. 
Suppose Column_3 is a choice column having 4 values as a,b,c,d.
Filter(Data_Source, (Column_name1=a) && (Column_name2=c) && (Column_name3 <>b))
But Column_name3 <> is giving me delegation warning. So I can not go for that option.
can anyone please suggest me how can I use not equal to without delegation warning.
Thanks in advance.

Categories:
I have the same question (0)
  • Verified answer
    MVP-Phipps Profile Picture
    3,521 Super User 2024 Season 1 on at

    <> is always going to return delegation warning.

     

    If it is only the 4 options (a, b, c and d) then do this:

    && (Column_name3 = a) || (Column_name3 = c) || (Column_name3 = d)

    So your formula would be:
    Filter(Data_Source, (Column_name1="a") && (Column_name2="c") && ((Column_name3 = "a") || (Column_name3 = "c") || (Column_name3 = "d")))

    Please Accept as Solution if it solves your question. Or just give it a Thumbs Up if it is helpful as can help others.

    LinkedIn: https://www.linkedin.com/in/charlie-phipps-%F0%9F%91%A8%E2%80%8D%F0%9F%92%BB-91338715b/
    YouTube: https://www.youtube.com/channel/UChmFBGU1YKIU91sNMQ7buGg
    Twitter: https://twitter.com/phipps0218

     

  • Verified answer
    divanshu Profile Picture
    25 on at

    Hi @Harpreet_Tohra 

     

    Rather than using (Column_name3 <>b) condition for not equal to "b", you can use (Column_name3 = "a") || (Column_name3 = "c") || (Column_name3 = "d")

    Full filter condition would be : 

    Filter(Data_Source, (Column_name1="a") && (Column_name2="c") && ((Column_name3 = "a") || (Column_name3 = "c") || (Column_name3 = "d")))

     

    Try with this one.. and

    please accept this solution if it works for you

  • Harpreet_Tohra Profile Picture
    71 on at

    @divanshu . I have tried. It worked for me. Thank you.

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 536

#2
WarrenBelz Profile Picture

WarrenBelz 426 Most Valuable Professional

#3
Haque Profile Picture

Haque 305

Last 30 days Overall leaderboard