Dynamic filtering allows users to refine data based on selections or typed input. Controls such as dropdowns or search boxes are commonly used to update gallery or table results in real time.
Example
Filter(Employees, Department = DropdownDepartment.Selected.Value)
This formula filters the Employees table and displays only records that match the department selected in the dropdown control.


