☎  076 959 6407✉  support@quizcrazepro.co.za
Learn. Practice. Build your future.
BlogHelpContact

PL-300 Microsoft Power BI Data Analyst Exam Actual Questions

388 Questions120 Minutes70% Passing Score▣ Updated: Sep 2026

Question 267 of 388

Single answer
You have a Power BI model that contains a table named Employee. The table contains the following data.Each employee has one manager as shown in the ParentEmployeeID column.All reporting paths lead to the CEO at the top of the organizational hierarchy.You need to create a calculated column that returns the count of levels from each employee to the CEO.Which DAX expression should you use?
APATHLENGTH(PATH(Employee[EmployeeID],Employee[ParentEmployeeID]))
BPATHITEM(PATH(Employee[EmployeeID],Employee[ParentEmployeeID]),1,INTEGER)
CPATHCONTAINS(PATH(Employee[EmployeeID],Employee[ParentEmployeeID]),1)
DPATH(Employee[EmployeeID],Employee[ParentEmployeeID])
Correct Answer: A

PATHLENGTH(PATH(Employee[EmployeeID],Employee[ParentEmployeeID]))

Explanation

The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Microsoft certification topics.

About this practice exam

Review 388 Microsoft questions with answers and explanations. Use the navigation to move through the exam at your own pace.