Forum Discussion

Feilin's avatar
Feilin
Helper II
8 years ago
Solved

Income Statement Matrix

I am creating an income statement, which I want to be in a matrix view (amongst other visuals). I have a couple of issues that I'm trying to solve. Right now I am having a financial model (a separate...
  • Anonymous's avatar
    Anonymous
    8 years ago

    My suggest is, rather than try to set up a many to many relationship, is to build a table that holds all of the heirchy details in it by your account code.  Then you can use these columns within your slicers and simply connect this single account table to your actuals table.

     

    I'm suggesting you effectively merge 2 of your tables into one, so you can end up with a single table created as part of the import to ensure you have a 1 to many relationship.