- A
Many-to-many relationship
Why wrong: An employee has one manager, so many-to-many is incorrect.
- B
Bidirectional cross-filtering
Why wrong: Bidirectional filtering is not required for parent-child hierarchies; a self-referencing relationship suffices.
- C
A self-referencing relationship
A self-referencing relationship connects EmployeeID to ManagerID within the same table, enabling a hierarchy.
- D
One-to-many relationship to a separate table
Why wrong: A separate table would duplicate data and complicate the hierarchy.
Quick Answer
The correct choice is a self-referencing relationship, because the Employees table contains both EmployeeID and ManagerID, where ManagerID points back to EmployeeID within the same table. This creates a parent-child hierarchy that models the reporting structure, allowing Power BI to traverse levels of management from the CEO down to individual contributors. On the PL-300 exam, this concept tests your understanding of how to handle recursive data models without needing a separate table—a common trap is confusing this with a bridge table or a many-to-many relationship. A strong memory tip is to think of the ManagerID as a “foreign key pointing to its own table’s primary key,” which is the hallmark of a self-referencing relationship. When you see a single table with both an ID and a parent ID field, immediately recognize that Power BI requires a self-referencing relationship to build an accurate org chart hierarchy.
PL-300 Model the data Practice Question
This PL-300 practice question tests your understanding of model the data. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
You have a Power BI data model with a table named Employees that includes columns: EmployeeID, ManagerID, and EmployeeName. You need to create a hierarchy that shows the reporting structure. Which type of relationship is required?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
A self-referencing relationship
A self-referencing relationship (Option C) is required because the Employees table contains both EmployeeID and ManagerID, where ManagerID references EmployeeID within the same table. This allows Power BI to create a parent-child hierarchy that accurately represents the reporting structure, such as an org chart. In Power BI, this is implemented by creating a relationship from ManagerID to EmployeeID within the same table.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Many-to-many relationship
Why it's wrong here
An employee has one manager, so many-to-many is incorrect.
- ✗
Bidirectional cross-filtering
Why it's wrong here
Bidirectional filtering is not required for parent-child hierarchies; a self-referencing relationship suffices.
- ✓
A self-referencing relationship
Why this is correct
A self-referencing relationship connects EmployeeID to ManagerID within the same table, enabling a hierarchy.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
One-to-many relationship to a separate table
Why it's wrong here
A separate table would duplicate data and complicate the hierarchy.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates confuse a self-referencing relationship with a one-to-many relationship to a separate table, thinking a manager table is required, when Power BI can handle parent-child hierarchies directly within a single table.
Detailed technical explanation
How to think about this question
Under the hood, Power BI uses a self-referencing relationship to enable DAX functions like PATH, PATHITEM, and PATHCONTAINS, which traverse the hierarchy to calculate levels or filter by manager. A subtle behavior is that the relationship must be set to 'Single' cross-filter direction (not both) to avoid ambiguity in row context, and the ManagerID column must allow blanks for top-level employees (e.g., CEO). In real-world scenarios, this pattern is essential for dynamic organizational charts or drill-through paths in HR analytics.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Model the data — study guide chapter
Learn the concepts, then practise the questions
- →
Model the data practice questions
Targeted practice on this topic area only
- →
All PL-300 questions
966 questions across all exam domains
- →
Microsoft Power BI Data Analyst PL-300 study guide
Full concept coverage aligned to exam objectives
- →
PL-300 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related PL-300 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Prepare the data practice questions
Practise PL-300 questions linked to Prepare the data.
Deploy and maintain assets practice questions
Practise PL-300 questions linked to Deploy and maintain assets.
Model the data practice questions
Practise PL-300 questions linked to Model the data.
Visualize and analyze the data practice questions
Practise PL-300 questions linked to Visualize and analyze the data.
Manage and secure Power BI practice questions
Practise PL-300 questions linked to Manage and secure Power BI.
PL-300 fundamentals practice questions
Practise PL-300 questions linked to PL-300 fundamentals.
PL-300 scenario practice questions
Practise PL-300 questions linked to PL-300 scenario.
PL-300 troubleshooting practice questions
Practise PL-300 questions linked to PL-300 troubleshooting.
Practice this exam
Start a free PL-300 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this PL-300 question test?
Model the data — This question tests Model the data — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: A self-referencing relationship — A self-referencing relationship (Option C) is required because the Employees table contains both EmployeeID and ManagerID, where ManagerID references EmployeeID within the same table. This allows Power BI to create a parent-child hierarchy that accurately represents the reporting structure, such as an org chart. In Power BI, this is implemented by creating a relationship from ManagerID to EmployeeID within the same table.
What should I do if I get this PL-300 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more ways this is tested on PL-300
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. You have a Power BI data model with a table named Employees that contains: EmployeeID, ManagerID, Department, and Salary. You need to create a parent-child hierarchy for the reporting structure. Which THREE actions should you perform?
hard- ✓ A.Enable the 'Group on' feature in the visual to expand/collapse
- ✓ B.Create calculated columns for the hierarchy path (e.g., PATH, PATHITEM)
- ✓ C.Create a relationship between Employees[EmployeeID] and Employees[ManagerID]
- D.Create a separate table for managers
- E.Set cross filter direction to Both on the relationship
Why A: Option A is correct because enabling the 'Group on' feature in a visual (such as a matrix or table) allows users to expand and collapse parent-child hierarchies, making the reporting structure interactive. This feature works with the hierarchy path created by calculated columns (Option B) and the self-referencing relationship (Option C) to display the drill-down behavior.
Last reviewed: Jun 24, 2026
This PL-300 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PL-300 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.