Powerapps-data-table-filter Apr 2026
: Select the Data Table, go to the Items property in the property dropdown, and enter your Filter formula.
: If the table appears blank, click Edit fields in the Properties pane to select which columns should be visible. Pro-Tip: Delegation powerapps-data-table-filter
You can combine multiple conditions using the && (AND) or || (OR) operators: Items = Filter(DataSource, Status.Value = Dropdown1.Selected.Value && Amount > 1000) Step-by-Step Setup : Select the Data Table, go to the
To show records where a specific column contains the text typed into a Text Input control: Items = Filter(DataSource, TextInput1.Text in ColumnName) : Select the Data Table
Filter, Search, and LookUp functions - Power Platform - Microsoft Learn