Forum Discussion

rmcgrath's avatar
rmcgrath
Icon for Advocate III rankAdvocate III
11 days ago
Solved

Non-aggregated matrix?

Ok - so I have an Income Statement I am trying to build.  The data comes in from Snowflake, where all of the calculations are already done, including all the aggregations.  Here is what I would like to do:  have a hierarchy, but just display the values - no calculations.  Everything I've tried so far does not work.  So, in the sample data, all of the B items add up to the A, but that A value is already calculated in Snowflake.

 CURRENTPREVIOUSBUDGET
A100020001500
B250500375
B250500375
B250500375
B250500375

3 Replies

  • UPDATE:  I found one of the Custom Visuals called "Summary Table", which is awesome and SO close to what I need, but it does not support collapsing (as in my Sample data above:  collapsing all the B items under A)

  • Hi rmcgrath​ 

    You can create a conditional measure to return a different value when A is the current hierarchy and B isn't. If A is already computed perhaps, you can simply return the max value of A if it keeps repeating. Otherwise, please provide a workable sample raw data (not an image) and your expected result from the same.