Daily DAX : Day 16 PDURATION
This is a financial DAX function that returns a single scalar decimal number that indicates the number of period for an an investment to grow to a desired value given the current value and what the interest rate is.
Syntax
PDURATION(<Rate>, <PV>, <FV>)
Where Rate is the interest rate, pv is the present value of the investment and FV is the the required future value
Comments
Post a Comment