Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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).
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
99 | |
72 | |
44 | |
38 | |
30 |
User | Count |
---|---|
157 | |
90 | |
62 | |
46 | |
40 |