Hi Guys
I have a table in Azure Datawarehouse with ~50k records.
In PowerApps I created a collection with filter function
FILTER('Table', email = user().email)It appears that the app brings 500 records in memory and then applies the filter.
It does not do filtering on ADW side.
Does it mean PowerApps do not delegate filtering to ADW or I am doing something wrong?
Thank you,
Max