PL-300 · Question #381
PL-300 Question #381: Real Exam Question with Answer & Explanation
Sign in or unlock PL-300 to reveal the answer and full explanation for question #381. The question stem and answer options stay visible for context.
Question
You have a Power BI model that contains a table named Employees. The table contains the following columns: - Employee ID - First Name - Last Name - Department - Salary Each employee is uniquely identified by using Employee ID. You need to create a DAX measure that will calculate the average salary of all the employees in the sales department. Which DAX expression should you use?
Options
- ADISTINCTCOUNT('Employees'[Salary])
- BCALCULATE(DISTINCTCOUNT('Employees'[Salary]), 'Employees'[Department] = "Sales")
- CCALCULATE(AVERAGE('Employees'[Salary]), 'Employees'[Department] = "Sales")
- DAVERAGE('Employees'[Salary])
Unlock PL-300 to see the answer
You've previewed enough free PL-300 questions. Unlock PL-300 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.