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 wit...
Power Apps
Answered

Delegation problem with Excel list in OneDrive

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi guys!

 

I have a problem regarding a large Excel list. 

My app is used as an application for certain products. For someone to order a product they need to fill in a project manager and a project code. These items, the projectmanager and code are derived from an excel workbook in my onedrive business account.

 

The list looks like this:

ProjectManagerProjectName
John D.Project1
Carl G.Project2
John D.Project3

 

In my app I have two dropdowns, with a distinct formula to sort the projectnames by projectmanager.

In the first dropdown I use the following code inside the Item property:
Sort(Distinct(ProjectName, 'Project Partner'), Result)

 

In the second dropdown where I select the projectname I have the following code:
Distinct(Filter(ProjectName, 'Project Partner'=DropDownPartner.Selected.Result),'Project Name')

"DropDownPartner" is the name of the first dropdown.

 

This works great. However the problem I run into is the following, the projectnames list is over 2500 rows long. And for some reason I cannot see any more items after the "S". 

 

What is the best way to store my project data so I am able to see all projects in the list? Can I use a sharepoint list?

 

Thanks in advance 🙂

 

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    156,277 Most Valuable Professional on at

    Hi @Anonymous ,

    Firstly, SharePoint has significant advantages over an Excel as a data source, however the Distinct function is not Delegable.

    I have done a blog on Delegation that may contain some useful suggestions for you to manage this. Happy to elaborate further if any of this is useful.

     

    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.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi Warren,

     

    Thanks for your reply!

    Definetly gonna use an sharepoint list over the Excel spreadsheet.

    However I need the distincs feature or something similair, because I need to filter the Project Names by Project Managers.

     

    Any idea how I can solve this?

  • Verified answer
    WarrenBelz Profile Picture
    156,277 Most Valuable Professional on at

    Hi @Anonymous ,

    Did you read my blog? Also there is another linked at the bottom using the With() statement. In particular, is the items you are looking for are all in the newest 2,000 records, you can use

    With(
     {
     wList:
     Sort(
     YourListName,
     ID,
     Descending
     )
     },
     Distinct(
     wList,
     YourFieldName
     )
    )

     

    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.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    For now I made the list under 2000 items, this should work for now.

    I did however try the collect function as Warren suggested, this works for up to 4000 items!

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 396 Most Valuable Professional

#2
11manish Profile Picture

11manish 134 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 101 Super User 2026 Season 2

Last 30 days Overall leaderboard