Hi Eddy,
Do you want the RunningSum() calculation across rows or columns?
you can have the calculation to only one direction either row or col?
try this if you want it in rows
=RunningSum([Balance-Measure];Row;[Year])
col
=RunningSum([Balance-Measure];Col;[GL_accounts])
Regards
Sunil