Hey guys,
I have a direct connection from the common data service and it doesn't show all the data in my gallery, I have to keep going down to load the items, are there any limitations? or how can I load everything at once?
It will be more than 100,000 items
Solved! Go to Solution.
Hi @Gorilla_8 ,
Yeah, you are right. Currently, there is an known limits with the Gallery control -- it could only display 100 items from your data source once time at most.
If there are more than 100 records in your data source, you need to keep going down to load the additional items. If you want to load all records from your data source in a Gallery once time, I afraid that there is no way to achieve your needs in Power Apps currently.
If you would like this feature to be added in Power Apps, please submit an idea to Power Apps Ideas Forum:
https://powerusers.microsoft.com/t5/Power-Apps-Ideas/idb-p/PowerAppsIdeas
Regards,
Hi @Gorilla_8 ,
Yeah, you are right. Currently, there is an known limits with the Gallery control -- it could only display 100 items from your data source once time at most.
If there are more than 100 records in your data source, you need to keep going down to load the additional items. If you want to load all records from your data source in a Gallery once time, I afraid that there is no way to achieve your needs in Power Apps currently.
If you would like this feature to be added in Power Apps, please submit an idea to Power Apps Ideas Forum:
https://powerusers.microsoft.com/t5/Power-Apps-Ideas/idb-p/PowerAppsIdeas
Regards,
Thanks for the response!
I'm afraid if you're trying to load 100K items in one go, you are doing something wrong.
If you really need the 100K items in one place at the same time, it's probably for reporting purposes? PowerBI might be your savior.
Hi @Gorilla_8 ,
Actually, whether or not the Table is limited, it is subject to the formula you applied to your Entity data source.
If the formula you applied to your Entity data source is not Delegable, you would face a Delegation warning issue. Then you could only process 2000 records locally at most. If you apply a Delegation formula to your Entity data source, it would delegate the data process to your Entity data source itself, and it could process any records in your Entity data source.
More details about Delegation in Power Apps, please check the following article:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/delegation-overview
More details about delegable function and operators supported in CDS, please check the following article:
https://docs.microsoft.com/en-us/connectors/commondataservice/
If the solution I provided above could solve your original issue, please consider go ahead to click "Accept as Solution" to identify this thread has been solved.
Regards,
User | Count |
---|---|
257 | |
110 | |
97 | |
52 | |
39 |