Hi
I have a scenario where I would like to filter data from the table. I have multiple drop-downs. I have written the formula below but its incorrect.
Once the filters have been selected how can I edit the data?
Please see the attached below

Hi
I have a scenario where I would like to filter data from the table. I have multiple drop-downs. I have written the formula below but its incorrect.
Once the filters have been selected how can I edit the data?
Please see the attached below
Hi @MitApp ,
This is the condition to filter a data table based on the value selected in a dropdown,
In Items Property of Data table:
Filter('Clean Future Project List', ColumnName = Dropdown1.Selected.ColumnName)
Thanks!!!
Please consider marking my response as the accepted solution if it successfully resolves your concern. If you found the information beneficial in other aspects, kindly express your appreciation by giving it a thumbs-up.