Reputation: 6021
I defined a cube with some dimensions.
When in the fact table, some rows have the same value for every dimension the cube stores only one aggregate row and applies the SUM function on all numeric measures, but I need to calculate the AVG.
Is it possible to choose the aggregation formula for each measure when rows can have same values on all dimenions?
In addition, related to this, I notice that when I browse my cube and drill down (e.g. with an Excel pivot), I don't see a row for each record in the fact table, but a single row for all records having the same values for all dimensions, with the SUM of all numeric fields.
Is it in some way possible to drill down to the orginal table records?
For better comprehension I created this very simple structure:
And the result of the drill down on member [Dimensione 1]:
Upvotes: 0
Views: 66
Reputation: 6021
I'm not 100% sure about this, but I noticed that:
So I reproduced the same model on tabular database and solved this issue.
Hope this will be helpful to someone.
Upvotes: 0