PowerFX Filter() on table with more than 1000 record, fails with an error
In many cases, customers would require having Filter() on tables with more than 1000 records. We currently have a VIP customer, who is trying to evaluate PowerFX based low code plugin, and this limitation is blocking their onboarding.
Error - Too many entities in table
Related to https://github.com/microsoft/Power-Fx-Dataverse/issues/385
This link seems to be broken: https://github.com/microsoft/Power-Fx-Dataverse/issues/385
We are seeing this same issue in a low code plugin, and the Filter query should be delegable, but it doesn't seem to be filtering before just getting 1000 rows and throwing an error.
This should be fixed if you are using DataVerse.Eval nuget >= 1.2.0-build.20231109-1002 If you are still seeing the issue, can we get the expression you were getting the error for?
This should be fixed if you are using DataVerse.Eval nuget >= 1.2.0-build.20231109-1002 If you are still seeing the issue, can we get the expression you were getting the error for?
We are also getting this error. How can we verify which version of the nuget package is being used?
@mortenostigard - which product are you using?