Hello Team,
Is it Possible to filter One million records in
power apps using collection function or
there is any alternative way to do it.
Hello @Drrickryp I am using Snowflake as a data source with SQL ,
Can you please explain that how exactly I should do that because using collection it will take time to load 1 million record at a time. Is there any alternate way which we have?
You can Filter() large data sources like sql directly. A collection is held on the local device memory and is limited to 2k max at a time. The key to working with large data sources is to use delegatable functions that are executed at the server side.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
203 | |
106 | |
56 | |
51 | |
41 |
User | Count |
---|---|
267 | |
156 | |
83 | |
81 | |
56 |