Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi I want to build something like loan calculator/simulator. Based on on few what-if parameters.
How can I create a dynamic table what will show all payments with corresponding payment value like in this example?
Of course when the value of loan years will change, also the number of rows in that table will increase/decrease.
Hi, @kageyoshi777 ;
With power bi measure, you can refer to the PPMT function.
PPMT function (DAX) - DAX | Microsoft Learn
Since this is similar to the recursive function, the stake is decreasing every month, so I think that dynamic measures are more difficult to achieve each month of presentation, but can achieve the overall value.
Recursion usually uses PQ, but PQ is static.
DAX financial functions: Loan calculations - Simple Talk (red-gate.com)
mortgage-calc-with-optional-payments.xlsx (live.com)
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.