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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
AlbertoPinon
Frequent Visitor

Help with Cumulative Total from Clients Balance Table

This is a clients balance table

 

AlbertoPinon_1-1663627416131.png

 

 

I want the Column that says [Cumulative Saldo Final] to output in the table:
$175,948.8
$189,462.8
$203,517.36
$27,568.56
$66,418.72
and so on

So basically the column [Cargo] should add to the cumulative column, and the [Abono] column should subtract from the cumulative column.

 

Thank you very much, I've been struggling with this

 

1 ACCEPTED SOLUTION
VahidDM
Super User
Super User

Hi @AlbertoPinon 

 

Try this measure:

Cumulative Saldo Final = 
CALCULATE (
    SUM ( 'Table'[Cargo] ) - SUM ( 'Table'[Abono] ),
    REMOVEFILTERS ( 'Table'[Fecha] ),
    'Table'[Fecha] <= MAX ( 'Table'[Fecha] )
)

 

Output:

VahidDM_1-1663629821419.png

 

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.

Appreciate your Kudos!! 

Badges.jpg

LinkedIn | Twitter | Blog | YouTube 

View solution in original post

2 REPLIES 2
VahidDM
Super User
Super User

Hi @AlbertoPinon 

 

Try this measure:

Cumulative Saldo Final = 
CALCULATE (
    SUM ( 'Table'[Cargo] ) - SUM ( 'Table'[Abono] ),
    REMOVEFILTERS ( 'Table'[Fecha] ),
    'Table'[Fecha] <= MAX ( 'Table'[Fecha] )
)

 

Output:

VahidDM_1-1663629821419.png

 

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.

Appreciate your Kudos!! 

Badges.jpg

LinkedIn | Twitter | Blog | YouTube 

Worked! Thanks a lot

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.