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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

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










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


Proud to be a Super User!









"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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

November Carousel

Fabric Community Update - November 2024

Find out what's new and trending in the Fabric Community.

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.