GetSecureScore

How to Use DATEDIFF to Calculate Date # and Fiscal Date # in a Year

DATEDIFF returns the count of interval boundaries crossed between two dates. Syntax DAXCopy Parameters Term Definition start_date A scalar datetime value. end_date A scalar datetime value Return value. interval The interval to use when comparing dates. The value can be one of the following: – SECOND– MINUTE– HOUR– DAY– WEEK– MONTH– QUARTER– YEAR Below, see Read More