Power BI - Power Query Editor
What will the following DAX expression return?FILTER(Employees, Employees[Department] = "HR" && Employees[Salary] >= 60000)
What will the following DAX expression return?FILTER(Employees, Employees[Department] = "HR" && Employees[Salary] >= 60000)
Department equals "HR" and Salary is at least 60000.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions