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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
mnada80
Regular Visitor

Calculate monthly installment

Dear Experts,

I am new in the whole analytic and need your help.

 

Let's assume I have multi able installment every month each installment with a different period I need to know every month how much I am going to pay start from this month till the end of the installment. 

 

the data looks like this 

LiabilityTransaction DatePurchase DescriptionInstallment AmountInstallment countTotal Installment PeriodTotal AmountRemaining amountPay Off Month
Visa10/11/2019Fridge                            231.12812                 2,773                             924.5010/11/2020
Cash10/04/2020Money transfer                            466.50312                 5,598                         4,198.5010/04/2021
Master10/11/2019TV                            291.58812                 3,499                         1,166.3310/11/2020

 

I need to know how much  I am going to pay every month as total or per Liability 

 

Thank you very much 

 

also in Power BI desktop, it takes the currency from the calendar the new version of May 2020 I am not able to change the currency symbol.

1 ACCEPTED SOLUTION
v-diye-msft
Community Support
Community Support

Hi @mnada80 

 

If I understand correctly, you should probably refer to the cumulative sum something like below:

 

Measure = CALCULATE(SUM('Table'[Installment Amount]),FILTER(ALL('Table'),[Pay Off Month]<=MAX('Table'[Pay Off Month])),VALUES('Table'[Month]))

 

Month is a calculated column:

Month = MONTH('Table'[Pay Off Month])

For the issue of change currency, I just tested it on side, and it works fine, I'm using the June version:

Version: 2.82.5858.641 64-bit (June 2020)

 

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.

View solution in original post

1 REPLY 1
v-diye-msft
Community Support
Community Support

Hi @mnada80 

 

If I understand correctly, you should probably refer to the cumulative sum something like below:

 

Measure = CALCULATE(SUM('Table'[Installment Amount]),FILTER(ALL('Table'),[Pay Off Month]<=MAX('Table'[Pay Off Month])),VALUES('Table'[Month]))

 

Month is a calculated column:

Month = MONTH('Table'[Pay Off Month])

For the issue of change currency, I just tested it on side, and it works fine, I'm using the June version:

Version: 2.82.5858.641 64-bit (June 2020)

 

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.