Top "Ssas" questions

SQL Server Analysis Services (SSAS) is part of Microsoft's SQL Server system.

Connect to SSAS OLAP Cube Using Python

Looking for resources to learn how to connect and fetch data from SSAS OLAP Cube. Found I can do it …

python ssas olap xmla
Filter by multiple members of an hierarchy

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-cube
SSAS -> How do you hide an attribute that is used in a hierarchy? (without using perspectives)

I 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 ssas
Purpose and effect of SSAS hierarchies?

Firstly, I feel comfortable with what a hierarchy is in terms of the concept and how it impacts the design …

ssas