Daily DAX : Day 28 XNPV
A Financial DAX function that returns the Net Present Value of a schedule of cash flows
Syntax
XNPV(<Table>, <Values>, <Dates>, <Rate>)
where table is the table that has the row whare values and dates expression will be evaluated
An expression at the row level that will yield the cash flows
An expression that will yield a schedule of payment dates
Rate is the discount rate to be applied to the cash flows
Comments
Post a Comment