Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Folks,
I am trying to calculate Opening and closing balance in a straight table. But stuck at getting above row value.
Please help here.
Change to pivot Table and use
above(sum([Opening Balance])+Sum([Debit Amount])-Sum([Credit Amount]))
Above works on dimension so if you have 3 dimension it will give value based on all dimensions
See attached example.
Thanks a ton Gysbert!!!