Hello,
I have a question about a filter.
I have two databases in Dataverse.
- employees
- projects
I only want to display the data from the employee database that matches the selected dropdown menu xyz and is marked as Active with Yes in the project database. The column in the project database is a Yes/No column.
So it would be something like this, but unfortunately it doesn't work:
Filter(Employee, Name=Dropdown1.Selected.Name) && Filter(Project, Active = Active.Yes)