Forum Discussion
SebSchoon1
3 years agoPost Patron
Running 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
3 years agoSuper User
Hi,
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 agoPost Patron