Forum Discussion

shephee's avatar
shephee
Frequent Visitor
3 years ago

PMT function in DAX

I am trying to utilize the PMT function in DAX with this formula:  Monthy Payment = pmt(dim_loan[loan_interest_rate]/12,dim_loan[payment_months],dim_loan[loan_original_amount])   When I run it I...