0
0
Power BIbi_tool~5 mins

Date table creation in Power BI - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a Date Table in Power BI?
A Date Table is a table that contains a list of dates and related columns like year, month, day, and quarter. It helps organize and analyze data by time periods.
Click to reveal answer
beginner
Why do we need a Date Table in Power BI reports?
A Date Table allows you to create time-based calculations like year-to-date or month-to-date. It also helps with filtering and grouping data by dates correctly.
Click to reveal answer
beginner
Which DAX function can create a list of dates for a Date Table?
The DAX function CALENDAR(StartDate, EndDate) creates a continuous list of dates between two dates.
Click to reveal answer
intermediate
How do you add Year and Month columns to a Date Table in Power BI?
You can add calculated columns using DAX like Year = YEAR([Date]) and Month = FORMAT([Date], "MMMM") to show the year and month names.
Click to reveal answer
intermediate
What is the benefit of marking a table as a Date Table in Power BI?
Marking a table as a Date Table tells Power BI to use it for time intelligence calculations, improving performance and accuracy in date-based analysis.
Click to reveal answer
Which DAX function creates a continuous list of dates for a Date Table?
ASUMMARIZE()
BCALENDAR(StartDate, EndDate)
CFILTER()
DRELATED()
Why should you mark a table as a Date Table in Power BI?
ATo enable time intelligence functions
BTo change the table color
CTo delete duplicate dates
DTo add more columns automatically
Which column would you add to a Date Table to show the month name?
AMonth = MONTH([Date])
BMonth = YEAR([Date])
CMonth = DAY([Date])
DMonth = FORMAT([Date], "MMMM")
What is the main purpose of a Date Table?
ATo create charts automatically
BTo store customer names
CTo organize data by dates for analysis
DTo calculate sales totals only
Which DAX function would NOT be used to create a Date Table?
ASUM()
BCALENDARAUTO()
CCALENDAR()
DADDCOLUMNS()
Explain how to create a basic Date Table in Power BI using DAX.
Think about generating dates and adding useful date parts.
You got /3 concepts.
    Describe why a Date Table is important for time intelligence in Power BI.
    Consider how dates help analyze data over time.
    You got /3 concepts.