Question 600 of 966
Model the dataeasyMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is a separate date table with a continuous range of dates and a relationship to the fact table. Time intelligence functions like TOTALYTD require a dedicated date table that has been marked as such, because they rely on a contiguous, gap-free calendar to calculate periods correctly across years. Without this continuous date range, functions cannot properly shift or aggregate data by month, quarter, or year. On the PL-300 exam, this concept tests your understanding that a simple date column in the fact table is insufficient—the table must be marked as a date table via the “Mark as Date Table” option, and it must have a many-to-one relationship to the fact table’s date column. A common trap is assuming any date column will work, but the exam emphasizes that marking the table is a prerequisite, not optional. Memory tip: think “Continuous, Connected, and Marked”—three non-negotiable steps before any time intelligence function will run.

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 date table with columns: Date, Year, Month, Quarter, Day. To enable time intelligence functions like TOTALYTD, what is the minimum requirement?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "minimum / minimize"

    Why it matters: Asks for the least resource use — fewest addresses, smallest subnet, lowest overhead. Eliminate over-provisioned options even if they would technically work.

Question 1easymultiple choice
Full question →

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 separate date table with a continuous range of dates and a relationship to the fact table.

Option B is correct because time intelligence functions require a date table with continuous dates and a many-to-one relationship to the fact table's date column. Option A is wrong because a date column alone is not sufficient; the date table must be marked as a date table. Option C is wrong because marking the date table is required. Option D is wrong because a single table is not required; a separate date table is preferred.

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.

  • A separate date table with a continuous range of dates and a relationship to the fact table.

    Why this is correct

    This is the standard requirement for time intelligence.

    Clue confirmation

    The clue word "minimum / minimize" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Mark the date table as a date table in Power BI.

    Why it's wrong here

    This is a step, but the date table must also exist and be related.

  • Combine date and fact tables into one table.

    Why it's wrong here

    Combining tables is not recommended; a separate date table is best.

  • A single date column in the fact table.

    Why it's wrong here

    Time intelligence functions require a separate date table.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Detailed technical explanation

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

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.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • 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 PL-300 exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.

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.

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 separate date table with a continuous range of dates and a relationship to the fact table. — Option B is correct because time intelligence functions require a date table with continuous dates and a many-to-one relationship to the fact table's date column. Option A is wrong because a date column alone is not sufficient; the date table must be marked as a date table. Option C is wrong because marking the date table is required. Option D is wrong because a single table is not required; a separate date table is preferred.

What should I do if I get this PL-300 question wrong?

Identify which PL-300 exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.

Are there clue words in this question I should notice?

Yes — watch for: "minimum / minimize". Asks for the least resource use — fewest addresses, smallest subnet, lowest overhead. Eliminate over-provisioned options even if they would technically work.

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 →

How Courseiva writes practice questions · Editorial policy

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. A company has a Power BI dataset that contains a date table with columns: Date, Year, Month, Quarter, Day. The data model also includes a sales fact table with a SalesDate column. To enable time intelligence functions like TOTALYTD, what is the minimum requirement for the relationship between these tables?

easy
  • A.Create a calculated column in the sales table to extract the date part and relate it to the date table.
  • B.Create a one-to-many relationship from the date table to the sales table and mark the date table as a date table.
  • C.Create a many-to-many relationship between the date table and the sales table.
  • D.Create a one-to-many relationship from the sales table to the date table with bidirectional cross-filtering.

Why B: Option B is correct because time intelligence functions like TOTALYTD require a properly configured date table marked as a date table, with a one-to-many relationship from the date table to the sales fact table. This ensures that the date table provides a continuous, unique set of dates that Power BI can use for time-based calculations, and marking it as a date table enables the engine to recognize it as the primary date dimension for time intelligence.

Keep practising

More PL-300 practice questions

Last reviewed: Jun 21, 2026

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.

Loading comments…

Sign in to join the discussion.

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.