Top "Ssas" questions

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

How to add new Dimension Attributes to the existing dimension through BIDS

I have a customer dimension. While creating cube and defining dimensions the default attributes will come along with the cube …

sql-server ssas ssas-2008
Changing sql-server DB from tabular to multidimensional

I have following problem: When I try to deploy my SSAS project (with cube, dimensions and all that jazz) to …

sql-server multidimensional-array ssas sql-server-2014 tabular
Where is Microsoft.AnalysisServices.dll

I'm trying to work through some examples working with Analysis Services Management Objects (AMO), specifically some of this content: https://…

.net sql-server ssas adomd.net
Best option to retrieve Anaylysis Services (SSAS) cube data dynamically in ASP.NET MVC

I need to dynamically add/remove dimensions and facts in web application and get results from SSAS. The cube in …

asp.net-mvc ssas mdx
SSAS Cube processing logs

Where are SSAS cube processing (not error, not flight recorder) logs stored? We have a SQL Agent Job running a …

ssas ssas-2008
Filtering MDX query with current year & month using Now()

How can I filter data in MDX with current Year & Month? What I did so far is: WHERE strtomember{ […

ssas mdx olap-cube ssas-2008
Cant connect to analysis services via excel

I have an analysis services cube in SQL server 2005 which I'm connecting to via an excel front end. When I …

sql-server olap business-intelligence ssas
MDX equivalent to LIKE

In SQL I like to search a column for matches of a particular string using something like this: SELECT t.…

ssas mdx
ASP.NET / SSAS / SQL Server - An existing connection was forcibly closed by the remote host

Possible Duplicate: Can I turn off impersonation just in a couple instances I've created an application that, when uploaded to …

sql-server asp.net-mvc-3 iis ssas adomd.net
Media queries PX vs EM vs REM

Can anyone explain why my media queries break when converting them FROM px TO ems In the body of my …

html css media-queries ssas