EFFECT is a DAX function that calculates the effective annual interest rate from a nominal rate and compounding periods.
Syntax
EFFECT(
Nominal_rate,
Npery
)
Argument | Properties | Description |
---|---|---|
Nominal_rate | The nominal interest rate. | |
Npery | The number of compounding periods per year. |