SQL Server Analysis Services (SSAS) is part of Microsoft's SQL Server system.
So lets say i have this MDX query: select NON EMPTY {([Dim 1].[Member 1].[Member 1])} on columns ,NON EMPTY {([Dim 2].[Member 2].[…
sql-server-2008-r2 ssas mdx dimensions olap-cubeI have some attributes that I am using to build hierarchies....(go figure).....after these attributes have been included in …
sql sql-server tsql sql-server-2012 ssasFirstly, I feel comfortable with what a hierarchy is in terms of the concept and how it impacts the design …
ssas