Hi all,
How can i make the below formula work :
Distinct(Filter(CountriesAndExceptionsAndCarriers_Table, Country = DropDown_Country.Selected.Result & Exception = DropDown_Exception.Selected.Result),Carrier)
Basically, i want to filter a drop down called "Carrier" based on 2 other drops downs called "Country" & "Exception"
Thanks in advance for your help,
Regards