Hi Community,
I am getting dropdown values for Function using Choices(BRD.Function). The result shows "Recruitment" in the image below.
The control name is Dropdown1_2
Now, i want to cascade the value selected in this dropdown "Function" to bring cascaded values for another dropdown1_1 for Status. The value of status is Active, Inactive, Under-Development- but my function is failing
Choices((Filter(BRD,Function.Value=Dropdown1_2.Selected.Value)).Status)
This above formula is not working as is show in the error on the right and this is also affecting my table filtering formula below

Based on these 2 dropdowns- i am filtering my table below with
Filter(BRD,Status.Value=Dropdown1_1.Selected.Value,Function.Value=Dropdown1_2.Selected.Value)