70-466 · Question #133
You need to modify the environment before you create the QuarterSales report. What should you do?
The correct answer is A. Add a date table to the model that contains columns for the fiscal and calendar quarters.. Creating a QuarterSales report in a Power BI or SSAS Tabular environment requires a dedicated date table containing date attribute columns for fiscal and calendar quarters to enable time intelligence.
Question
Options
- AAdd a date table to the model that contains columns for the fiscal and calendar quarters.
- BAdd a date table to the model that contains measures for the fiscal and calendar quarters.
- CConfigure a time dimension by using the Time Intelligence Wizard.
- DConfigure SSAS to use a server time dimension.
How the community answered
(30 responses)- A90% (27)
- C3% (1)
- D7% (2)
Why each option
Creating a QuarterSales report in a Power BI or SSAS Tabular environment requires a dedicated date table containing date attribute columns for fiscal and calendar quarters to enable time intelligence.
Power BI and SSAS Tabular time intelligence functions rely on a properly marked date table that exposes date attributes as columns, including fiscal and calendar quarter columns, so the report can group and filter data by those time periods. Without these columns present as table attributes, the report cannot reference quarter-level granularity. Adding this date table is the required prerequisite step before building the QuarterSales report.
Measures are aggregated scalar calculations, not dimensional attributes, so they cannot function as grouping or filtering columns in a date hierarchy.
The Time Intelligence Wizard is a feature specific to SSAS Multidimensional and does not exist in the Power BI Desktop or SSAS Tabular environment.
A server time dimension is an SSAS Multidimensional concept and cannot be configured or applied in a Tabular or Power BI model.
Concept tested: Date table columns for tabular model time intelligence
Source: https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-date-tables
Topics
Community Discussion
No community discussion yet for this question.