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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi, I need your help -
to create cumulative interest payments for loan amortization calculation.
I have calculation for INTEREST, but i need CUMULATIVE INTEREST also required.
There is my sample data.
Hoping for your support,
GINMED
Hi @GINMED ,
The link to your sample data no longer exists. In the interim, you may try the following:
**bleep** Interest =
CALCULATE (
[sum of interest],
FILTER ( ALL ( Table[Date] ), Table[Date] <= MAX ( Table[Date] ) )
)
**bleep** Interest =
CALCULATE (
[sum of interest],
FILTER ( ALL ( Table[Sequence] ), Table[Sequence] <= MAX ( Table[Sequence] ) )
)
The measures above will, of course, depend on your data model (separate dates table, etc).
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 58 | |
| 45 | |
| 42 | |
| 20 | |
| 18 |