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 / Mixing delegatable and...
Power Apps
Unanswered

Mixing delegatable and non-delegatable functions

(0) ShareShare
ReportReport
Posted on by 6

Does mixing delegable functions and non-delegatable functions work? I figured I could filter down the results for delegatable functions to around less than 500, then use that as a source for a non-delegable function and filter it even further, kind of this this

 

Filter(Filter(Task, mainexecid=executiveid), Task_x0020_Status='Tasks View Type'.Value, Executive.Id=MainExec.ID)

 

The inside filter is delegatable since it just compares 2 text fields (mainexecid and executiveid), however, the outside filter takes it as a source and compares lookup values, which makes it delegatable.

 

My question is less about effeciency because I have specific requirements for doing this, but more so questioning if this works... or does everything automatically become non-delegatable?

Categories:
  • CarlosFigueira Profile Picture
    Microsoft Employee on at

    Yes, it works. If the "inner" filter can be completely delegated to the server, then it will be. In your scenario, the server will filter the data based on the value of the 'mainexecid' column, and the result will be filtered locally based on the value of the other columns in the client.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I know this is a bit ago. But does it work if you do something like Filter(value, delegable condition, non-delegable condition)

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 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard