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