cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

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."
Connect to me on LinkedIn || Need consulting? Hire me for a Power BI gig on UpWork.
Learn with me on YouTube @PowerBITambayan.

@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
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

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

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors