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 / Delegation Problem usi...
Power Apps
Unanswered

Delegation Problem using GroupBy(Filter())

(0) ShareShare
ReportReport
Posted on by 6

Hi Guys, 

 

i am having some trouble finding a suitable solution for my Problem. 

 

I have a Sharepoint list with many Users. Each user has a manager email column. 

 

I want the currently signed in Manager (in Office365) to see his Users (the ones in the sharepoint list with the Managers Email Adress in the Manager Column).

 

The Delegation Issue occurs for Data that is above the 500th Line in the List. 

 

My Code in My Gallery is simply : GroupBy(Filter( 'List', manager = 'logged in user email adress') "name", "column1", "column2" )

 

Is there any way to work around this problem? 

 

Thanks a lot in advance!!

 

Best regards

Leslie

Categories:
I have the same question (0)
  • BCLS776 Profile Picture
    8,994 Moderator on at

    Try pre-filtering using a With() to perform a delegable operation first:

     

    With({aFilter: Filter( 'List', manager = 'logged in user email adress')},
     GroupBy(aFilter, "name", "column1", "column2")
    )

     Hope that helps,

    Bryan

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
Vish WR Profile Picture

Vish WR 762

#2
11manish Profile Picture

11manish 640

#3
Valantis Profile Picture

Valantis 548

Last 30 days Overall leaderboard