Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Delegation warning on delegable operators

(0) ShareShare
ReportReport
Posted on by 1,247 Super User 2024 Season 1

Hello All,

 

I noticed that there is a delegation warning on a Date field that i am trying to filter (DB=SharePoint List).

Screenshot 2022-10-16 132447.png

Anonymous_Hippo_1-1665944737114.png

 

Can someone please explain to me why there is a delegation warning even though i am using delegable operators. Also is there a way to fix this issue 🙂 Thanks

Categories:
  • Anonymous_Hippo Profile Picture
    1,247 Super User 2024 Season 1 on at
    Re: Delegation warning on delegable operators

    I was able to fix this delegation warning my replacing the calculation to a variable

    Set(RequestFilterByDate,Today()-21) //OnStart

    Anonymous_Hippo_0-1665953271355.png

    Filter('Product Support Requests','Request Closed Date'=Blank() || 'Request Closed Date' >= RequestFilterByDate)

    Boom no delegation warning 🙂 

     

    Hopefully this will be helpful for somebody who encounters this issue in the future 

  • Verified answer
    Pstork1 Profile Picture
    67,060 Most Valuable Professional on at
    Re: Delegation warning on delegable operators

    The use of Blank() isn't what is flagged as delegable.  The use of || (or) and the attempt to check the date against a formula instead of a value are what are flagged as non-delegable.  Formulas can't be delegated to the data source and OR is rarely a delegable operator.

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1