Forum Discussion
benjos23
Helper I
1 year agoHide effectively sublevel in matrix
Hi ! I am currently creating an Income Statement, and I am having some performance issues with my central table. To give some context, I have a fact table, which contains all the entries, each lin...
- 1 year ago
I think the main issue explaining why the refresh of my matrix was so slow, is that I computed measures that were "imbricated". I completely reshaped my model, so that the rules for computing my indicators are applied in columns of an AccountDim table. Then, by setting the correct relationships, the matrix is easy to build and performances are great !
benjos23
Helper I
1 year agoHey Anonymous,
Thank you for your answer.
Actually, the model you created does not really look like to what I gave in my message, but I have the feeling the idea behind the solution you provided is the same as mine. I think I will stick to the method I have found, even if it is not very fast... I don't really find any other solution here, unfortunately.