CUMIPMT is a DAX function that returns the cumulative interest paid on a loan between a start period and an end period.
Syntax
CUMIPMT(
Rate,
Nper,
Pv,
Start_period,
End_period,
Type
)
Argument | Properties | Description |
---|---|---|
Rate | The interest rate. | |
Nper | The total number of payment periods. | |
Pv | The present value. | |
Start_period | The first period in the calculation. Payment periods are numbered beginning with 1. | |
End_period | The last period in the calculation. | |
Type | The timing of the payment. |