Dependent drop down list

Hi,

I'm working on creating a dropdown list in one table that is dependent on another table containing employee information.

Jacek1_2-1702215946659.png

In the second table, I'd like to implement a dropdown list that dynamically populates with active employees based on the team selected in the respective row. For instance, if I choose "Team A," I want the dropdown to display options such as Jane and Joe for selection (not Daniel as he is inactive).

Any help will be apprecieted.

 

0 1 73
1 REPLY 1

Try something like SELECT(Employees[Employee],AND([Team]=[_THISROW].[Team],[Status]="Active"))

Top Labels in this Space