Powerapps-data-table-filter -

: 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

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, go to the