I use below filter to filter gallery based on 2 dropdown selection. I am try to set a button "OnSelect" to clear this filter and show all items in gallary. Here is filter currently in galary:
Sort(Filter(KPI, Unit.Value = Dropdown1.Selected.Value, KRA.Value= Dropdown2.Selected.Value),Title, Ascending)
I would appreciate some help to implement this button. By the way, i am a rookie 🙂