January 2017
Beginner to intermediate
372 pages
5h 55m
English
You can also create a date table using the CALENDAR function in DAX. This function uses a begin date and end date in the arguments to create a table for all dates between the range given. If you need a complete table with all dates represented, using this method is quick and effective.
To demonstrate how this works, you will create a date table with 10 consecutive dates.
CALENDAR function: =CALENDAR("1/1/2006","1/10/2006")
Read now
Unlock full access