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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
vaso
Frequent Visitor

Running Total

Hi I have a table named 'Kartela' with posting date and amount i need to build a measure according to other solutions in the comunity but it does not completely work . When I keep the table simple it works

vaso_0-1705183137772.png

 

but when i add more info like the remarks of the movement is not working

vaso_1-1705183138203.png

 

any idea how to fix it ?

thea measure is

Running Total = Calculate ( SUM(kartela[blc]), FILTER( ALL('kartela'[Posting Date] ),'kartela'[Posting Date] <= MAX('kartela'[Posting Date])))
1 ACCEPTED SOLUTION
Jihwan_Kim
Super User
Super User

HI, I am not sure how your desired outcome looks like, but try something like below whether it suits your requirement.

It is the running total by Remarks.

 

Running Total =
CALCULATE (
    SUM ( kartela[blc] ),
    FILTER (
        ALL ( 'kartela' ),
        kartela[Remarks] = MAX ( kartela[Remarks] )
            && 'kartela'[Posting Date] <= MAX ( 'kartela'[Posting Date] )
    )
)

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

View solution in original post

2 REPLIES 2
powerbi_zone
Frequent Visitor

Running total can be easily achieved using the method shown in this video .Hope this helps .

https://youtu.be/NBGGHdKxupk

 

There is also a method  for a non date value : https://youtu.be/85sKPSnc_GE

 

Jihwan_Kim
Super User
Super User

HI, I am not sure how your desired outcome looks like, but try something like below whether it suits your requirement.

It is the running total by Remarks.

 

Running Total =
CALCULATE (
    SUM ( kartela[blc] ),
    FILTER (
        ALL ( 'kartela' ),
        kartela[Remarks] = MAX ( kartela[Remarks] )
            && 'kartela'[Posting Date] <= MAX ( 'kartela'[Posting Date] )
    )
)

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 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.