Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
GINMED
Helper III
Helper III

Cumulative interest payments in loan amortization schedule

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.

 

GINMED_0-1655293329900.png

 

 

There is my sample data.

 

Hoping for your support,

GINMED

5 REPLIES 5
Charlie543
New Member

Sample data link is not working 

 

$50 loan instant app

GINMED
Helper III
Helper III

Sample data there

danextian
Super User
Super User

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).





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

@danextian 

thank you for quick answer, but I've tested those allready - those doesn't work:((

 

@danextian 

THERE IS MY SAMPLE DATA

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors