I created a cascading drop-down from where the division selected determines the choice of branches.
My current formula works well Filter(AdminAndBudgetData, 'Division Abbreviation' = 'Originator Division'.Selected.Result).'Branch Abbreviation'
However, when I try to make the drop-down choice "Distinct" I get the following error message: "Invalid number of arguments: received 1, expected 2."
This is the formula I'm using. Distinct(Filter(AdminAndBudgetData, 'Division Abbreviation' = 'Originator Division'.Selected.Result).'Branch Abbreviation').
Does anyone have any suggestions? Thank you.