XIRR is a DAX function that returns the internal rate of return for a schedule of cash flows that are not necessarily periodic.
Syntax
XIRR(
Table,
Values,
Dates,
Guess,
AlternateResult
)
Argument | Properties | Description |
---|---|---|
Table | The table containing the rows for which the Values and Dates expressions will be evaluated. | |
Values | An expression to be evaluated for each row of the table, which will yield a series of cash flows. | |
Dates | An expression to be evaluated for each row of the table, which will yield a schedule of payment dates. | |
Guess | Optional | Optional. A number that you guess is close to the result of XIRR. |
AlternateResult | Optional | Optional. The alternate result to return when XIRR cannot find a solution. |