January 2017
Beginner to intermediate
372 pages
5h 55m
English
The DATEDIFF function returns the values between two dates given a specific date interval. You can use this function to determine the number of days between today and the first day of the year. You could also calculate the number of months between date values.
Available options for the date interval are:
Create a new measure to calculate the minimum date in the Calc_Date_T. This value will be used to calculate the number of years from the first crash reported to today. In this case, 11/27/2016:
Min_Crash_Date:=MIN(Calc_Date_T[CRASH_DATE]) ...
Read now
Unlock full access