Excel PowerPivot DAX Function & Features
EDATE Function (DAX)
Syntax:
EDATE(<start_date>, <month>)
Parameters:
start_date: A date in datetime or text format that represents the start date.
month: An integer that represents the number of months before or after start_date.
Action:
Returns the date that is the indicated number of months before or after the start date. Use EDATE to calculate maturity dates or due dates that fall on the same day of the month as the date of issue.
No comments:
Post a Comment