PowerApp has multiple data tables that leverage the same source of data.
Data is stored in an Azure SQL Database.
The data is first filtered and then sorted.
Each table shows a different subset of the data.
Expectation
Users should be able to scroll through an entire list of results, in this case only about 700 rows.
Experience
When scrolling, we find that frequently (but not consistently) the data decides to not load. I've experienced the same, even coming back several minutes later only to find that there's been no progress.
The bottom of the data table reads "Loading Data".
This does not happen at the same point each time.
Sometimes refreshing the data source helps so we've ended up adding a button, but ideally the users shouldn't notice the loading.
How can we improve the reliability and performance of the data table?