Forum Discussion

dstramilov's avatar
dstramilov
Icon for Helper II rankHelper II
9 years ago

Cumulative Total - Zero Period, Balance Sheet Accounts

Hello,

 

How do we calculate cumulative balance for financial data like balance sheet Asset/Liability accounts. 

In our ERP GL_Summary table holds last year balance as "ZERO period".

Example 1. period Zero current fiscal year + period 1 activity = current ending balance for period 1

Example 2. period Zero current fiscal year + period 1 activity + period 2 activity = current ending balance for period 2.

 

11 Replies

    • dstramilov's avatar
      dstramilov
      Icon for Helper II rankHelper II

      Hello,

       

      GL AccountYearPeriodDebitCreditBalance
      1100201500 0
      11002015150-546
      11002015263-6051
      11002015376-6664
      11002015489-7285
      110020155102-78114
      110020156115-84151
      110020157128-90196
      110020158141-96249
      110020159154-102310
      1100201510167-108379
      1100201511180-114456
      1100201512193-120541
      110020160206-126621
      110020161219-132709
      110020162232-138805
      110020163245-144909
      110020164258-1501021
      110020165271-1561141
      110020166284-1621269
      110020167297-1681405
      110020168310-1741549
      110020169323-1801701
      1100201610336-1861861
      1100201611349-1922029
      1100201612362-1982205

       

      Beginning balance for GL account 2016 is $621 & for 2015 $0. Period 0 allows to go back to any year & pull finincial statement (Balance Sheet) without going back all the way.

      • Anonymous's avatar
        Anonymous
        Not applicable

        Hi dstramilov,

        I am not quite sure what is your expected result. Please add a new column using the following formula and check if the following screenshot returns your desired result .

        Column 2 = CALCULATE(SUM(Table2[Balance]),FILTER(ALLEXCEPT(Table2,Table2[Period]),Table2[Year]=EARLIER(Table2[Year])),FILTER(ALL(Table2),Table2[Period]<=EARLIER(Table2[Period])))




        Thanks,
        Lydia Zhang