Hi,
I'm very new to MDX so am hopeful that this is a simple problem.
I have a cube that I query like this...
SELECT NON EMPTY { [Measures].[Fact Count] } ON COLUMNS,
NON EMPTY ( [Dim1].[Dim X].Children, [Dim1].[Dim Y].Children ) ON ROWS
FROM [Cube]
WHERE ( [Dim2].[4] )
...which works great...
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.