Forum Discussion

dt_mc's avatar
dt_mc
Frequent Visitor
8 years ago

Financial Reporting - Parent summation

Hi - 

new to BI.  Have a table construction via a function in SQL as such:

 

account_idparent_account_idparent_account_idaccount_type_codedepthadj_amount
1000NULLCATEGORYAssets0NULL
10011000CATEGORYCurrent Assets1NULL
10021001AccountInventory2300
10021000AccountIntangibles1500

 

Goal is to create a financial report where say everything depth <1 is visible by default but can drill down into the other components via the parent account (so get to Inventory through Current Assets).  

 

Question is how can I get the parents to inherit the children's adj amounts? Any suggestions on the best control for this? I have to assume matrix.  

3 Replies

  • v-juanli-msft's avatar
    v-juanli-msft
    Icon for Community Support rankCommunity Support

    Hi dt_mc

    “a financial report where say everything depth <1 is visible by default”

    This can be achieved by adding a filter in Visual level filters.

    "drill down into the other components via the parent account"

    "get the parents to inherit the children's adj amounts"

    "I have to assume matrix"

    What results on the matrix visual would you like?

    As I tested, columns added to Row field can be drilled down into others.

     

    Additionally, please refer to Matrix article to know how to use it.

     

    Best Regards

    Maggie