- A
The EmployeeID column in the Employee table is hidden.
Why wrong: Hiding a column does not affect the display of names or the filtering behavior.
- B
The relationship is many-to-one, not one-to-many.
Why wrong: The scenario states one-to-many, which is correct; many-to-one would be the inverse.
- C
The relationship direction is set to Single from Employee to Sales.
Why wrong: A single-direction relationship from Employee to Sales is appropriate and does not cause employees with no sales to appear.
- D
There is no visual-level filter to exclude blank values.
To show only employees with sales, a visual-level filter should be applied on the Amount field to exclude blanks.
Quick Answer
The answer is that there is no visual-level filter to exclude blank values. This is the most likely reason because in Power BI, a one-to-many relationship between the Employee and Sales tables does not automatically suppress employees from the 'one' side when they have no matching rows on the 'many' side; employees without sales still appear in the table visual with a blank Amount unless you explicitly filter them out. On the Microsoft Power BI Data Analyst PL-300 exam, this scenario tests your understanding of how relationships interact with visual-level filters, often appearing as a trap where candidates assume the relationship alone will hide non-matching records. A common mistake is confusing cross-filter direction with automatic row suppression—remember, relationships control data model behavior, but visuals require explicit filters to show only employees with sales. Memory tip: "Relationships connect, filters select."
PL-300 Visualize and analyze the data Practice Question
This PL-300 practice question tests your understanding of visualize and analyze 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.
A Power BI report contains a table visual that displays employee names and their total sales. The data model includes an Employee table with columns: EmployeeID, Name, Department, and HireDate. The Sales table has columns: SaleID, EmployeeID, Amount, and SaleDate. The relationship between Employee and Sales is one-to-many. The user wants to see only employees who have made at least one sale. However, the table shows all employees, including those with no sales (blank Amount). What is the most likely reason?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"most likely"Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.
Clue:
"least"Why it matters: You want the option with minimum overhead, fewest steps, or lowest impact — not the most feature-rich or comprehensive answer.
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
There is no visual-level filter to exclude blank values.
Option D is correct because the table visual is showing all employees due to the absence of a visual-level filter to exclude blank or zero sales amounts. In Power BI, a one-to-many relationship between Employee and Sales means that employees without sales will still appear in the visual unless explicitly filtered out, as the relationship does not automatically suppress rows from the 'one' side when there are no matching rows on the 'many' side.
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.
- ✗
The EmployeeID column in the Employee table is hidden.
Why it's wrong here
Hiding a column does not affect the display of names or the filtering behavior.
- ✗
The relationship is many-to-one, not one-to-many.
Why it's wrong here
The scenario states one-to-many, which is correct; many-to-one would be the inverse.
- ✗
The relationship direction is set to Single from Employee to Sales.
Why it's wrong here
A single-direction relationship from Employee to Sales is appropriate and does not cause employees with no sales to appear.
- ✓
There is no visual-level filter to exclude blank values.
Why this is correct
To show only employees with sales, a visual-level filter should be applied on the Amount field to exclude blanks.
Clue confirmation
The clue words "most likely", "least" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates assume a one-to-many relationship will automatically hide employees without related sales, but Power BI does not apply implicit row-level security or auto-filtering for missing related records; you must explicitly filter out blank values.
Trap categories for this question
Scenario analysis trap
The scenario states one-to-many, which is correct; many-to-one would be the inverse.
Detailed technical explanation
How to think about this question
In Power BI, a one-to-many relationship filters from the 'one' side to the 'many' side by default, meaning that filtering the Employee table will filter the Sales table, but not vice versa. To show only employees with sales, you must apply a visual-level filter on the Amount column to exclude blanks (e.g., 'is not blank'), or use a measure that returns non-blank only for employees with sales. This behavior is rooted in the cross-filter direction and the fact that blank values are not automatically excluded from visuals.
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.
- →
Visualize and analyze the data — study guide chapter
Learn the concepts, then practise the questions
- →
Visualize and analyze 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?
Visualize and analyze the data — This question tests Visualize and analyze the data — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: There is no visual-level filter to exclude blank values. — Option D is correct because the table visual is showing all employees due to the absence of a visual-level filter to exclude blank or zero sales amounts. In Power BI, a one-to-many relationship between Employee and Sales means that employees without sales will still appear in the visual unless explicitly filtered out, as the relationship does not automatically suppress rows from the 'one' side when there are no matching rows on the 'many' side.
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.
Are there clue words in this question I should notice?
Yes — watch for: "most likely", "least". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.
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 →
Last reviewed: Jun 11, 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.