Powerapps-data-table-filter -

: Select the Data Table, go to the Items property in the property dropdown, and enter your Filter formula.

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. powerapps-data-table-filter

If you want to filter a table based on a choice made in a dropdown (e.g., filtering a "Projects" list by "Status"): Items = Filter(Projects, Status.Value = Dropdown1.Selected.Value) : Select the Data Table, go to the

Filter, Search, and LookUp functions - Power Platform - Microsoft Learn : Select the Data Table

: Select your data source (e.g., SharePoint list, Excel table, or Dataverse).