Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

ComboBox not showing all items

(0) ShareShare
ReportReport
Posted on by 485

Hi Community, I have the next issue, in SharePoint I have 29942 items and I need to use the column called "Project" (Single line of text) then in my canvas app I use a combo box to select one of the items (Project) but only show me a few items.

I use the next formula

Distinct(BDCMEX,Project).Result

ComboBox.gif

The column in SharePoint is single line of text, I use the Distinct because the Project are repeats over multiple items

esjimenezp_0-1651591519222.png

This is the current items in my SharePoint list

esjimenezp_1-1651591555862.png

Is there a way to handle this option? Any help I really appreciate, thanks in advance.

 

Kind regards 👋

  • esjimenezp Profile Picture
    485 on at
    Re: ComboBox not showing all items

    thanks @RandyHayes very clear, I'm going to talk with the customer and try to view different options for this specific column, may be create a new list with the values of that column or another way, I really appreciate your help, thanks....

     

    Kind regards 👋

  • RandyHayes Profile Picture
    76,287 Super User 2024 Season 1 on at
    Re: ComboBox not showing all items

    @esjimenezp 

    Distinct, as with all other functions in PowerApps, are limited to the maximum number of records that your app is set to.  So, if you have the max records set to 2000, then your distinct function will only return the distinct values of 2000 records.

     

    Once your list goes beyond the limits available to you, you need to consider an alternative way to perform these type of actions.  One method is to augment your primary list with a list of simply distinct values from the larger list.  You would enlist PowerAutomate to keep that secondary list current when changes are made in the primary list.

     

    I hope this is helpful for 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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May 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 770 Most Valuable Professional

#2
stampcoin Profile Picture

stampcoin 494

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 399