Powerapps-data-table-filter -
When filtering large data sources (like SharePoint or SQL), ensure your filter query is . If you see a blue underline or "delegation warning," Power Apps may only process the first 500–2,000 records of your data source rather than the entire set.
To show records where a specific column contains the text typed into a Text Input control: Items = Filter(DataSource, TextInput1.Text in ColumnName) powerapps-data-table-filter
The general formula for filtering a table is: Filter(DataSource, Condition1, Condition2, ...) When filtering large data sources (like SharePoint or