Hi
I use a SSAS cube with several calculated measures as a data source for a report.
Some calculated measures use time dimensions that also must be used as user parameters in the report.
Nevertheless user parameters selection, in some cases these calculated measures need to obtain a non filtered value such us ([Dim Time].[Year-Month-Day].[All], measures.[Quantity])
But when designing the report dataset I find that the parameter functionality is implemented through subcube expressions, but not filter axis.
That's really a problem, because calculated measures cannot realize that are filtered previously by a subcube expressions, and then calculations values are incorrect.
Following with the example, if user select a date member [Dim Time].[Year-Month-Day].[2006-02-16] through parameters, then the calculated measures that use the [All] member returns only the selected subcube output.
Anybody has an idea how to implement this ?
Thanks
Leandro