We have recently upgraded to BI 4.1 SP6 Patch 3. I just came across this scenario.
Let's consider that I have a data provider as below
Dim1 | Dim2 | Measure1 |
---|---|---|
A | x | 10 |
A | y | 20 |
A | z | 30 |
B | x | 40 |
B | y | 50 |
The measure is defined in the universe with SUM as projection.
So when I remove Dim2 from the table it returns two rows with A -> 60 and B -> 90. This is expected behaviour
But when I create either a formula or a variable (measure) to calculate the average or max or min like Average([Measure1]), it just returns the same result A -> 60 and B ->90. I don't think this was the expected behavior.
Can someone please confirm that this is not expected behavior? Currently we use calculation contexts to do simple aggregation when the rollup function is different to default projection set in the universe.
Appreciate your help!