Good morning, SkipVought
The image I sent you is just an approximation of what I really need.
The problem is a little more complex. These data come from an Analysis Services cube.
The columns PREÇO BASE and AVG are calculated members of this cube.
To calculate them I need the MONTH level of...
When [DIM CALENDARIO - CRIACAO].[Hierarquia Tempo].[Ano]
For this level Excel is showing the correct value.
In the image I sent it's the last column (2019 AVG Sample).
Hello, SkipVought
The AVG columns show zero for all the records because I wrote the following MDX expression in my cube:
SCOPE
({([DIM CALENDARIO - CRIACAO].[Hierarquia Tempo].[Mes])}, [Measures].[AVG]);
THIS = 0;
END SCOPE;
This is why the columns AVG are showing zero for all rows.
Do you...
Hi,
I have a Pivot Table in Excel that access a cube in Microsoft SSAS.
This cube has a time dimension with MONTH and YEAR.
In the cube some calculated members are evaluated to NULL for the MONTH level of the time dimension. This is half of the solution I need.
Now I have to find a way to...
Hello
My time dimension has MONTH and YEAR levels.
There are some calculated members that my customer wants to see only in the YEAR level.
But when I load the cube in Excel these calculated members are shown for months too.
Is there a way of hiding theses calculated members for MONTH level...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.