Forum Discussion
SebSchoon1
Post Patron
3 years agoRunning Total not working properly
Hi Guys, impossible to create a running total working properly. I have made a summarized table based on the movement table i have. Here the formula and the result (filtered on a ref for ...
Jihwan_Kim
Super User
3 years agoHi,
I am not sure if I understood your question correctly, but please try something like below to create a new column.
Running total CC =
SUMX (
FILTER (
'Calculs images de stock',
'Calculs images de stock'[DATE PIECE]
<= EARLIER ( 'Calculs images de stock'[DATE PIECE] )
),
'Calculs images de stock'[Mouvements de stock]
)
- SebSchoon13 years ago
Post Patron