Forum Discussion
tvaishnav
4 years agoHelper IV
How do model data with different granularity?
I have a situation where I want to compare cost and revenue. My revenue number is just an aggregate, however cost has sub categories. How would you model this? I can think of these ways. 1) P...
PaulDBrown
4 years agoCommunity Champion
I would go for option "3) Create two fact tables one for revenue and another for cost" and have a bridge table for Project and any other fileds common to both tables.
- tvaishnav4 years agoHelper IV
Thank you for your response. Do you think I can create this using matrix visual and two fact tables?
- PaulDBrown4 years agoCommunity Champion
Sure, but you will need a table with the row structure for the matrix. SImilar to this, but for rows instead of columns: