Top "Ssas" questions

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

View MDX query generated while browsing a cube in SSMS

In Sql Server Management Studio once I browse a cube I can drop column fields, row fields and filter fields. …

sql sql-server ssas mdx cubes
SSAS fails to process cube with no specific error message

I have an SSAS cube which I've been deploying automatically via Octopus Deploy + some PS scripts. The script that deploys …

sql-server-2012 ssas ssas-2012
How to fix 'error in the metadata manager dimension id of missing ' error in SSAS?

I have this error that keeps popping up from time to time, the error is along the lines of the …

deployment metadata ssas dimension
DateAdd Column caused an overflow

After executing the following query I am getting an error Adding a value to a 'datetime' column caused an overflow. …

sql sql-server sql-server-2008 sql-server-2008-r2 ssas
OLEDE Error: Login failed for user 'DOMAIN\ComputerName$'.;28000

I am trying to deploy an Analysis Services cube in SQL Server 2012. My user account is REALM\Merin where REALM …

sql-server sql-server-2012 odbc ssas oledb
Any way to control number of decimal places while browsing SSAS cube?

When I browse the cube and pivot Sales by Month ,(for example), I get something like 12345.678901. Is there a way …

sql-server ssas mdx cube
Add Analysis Services to a clustered SQL Server 2008 instance

I have an existing multi-instance SQL 2008 cluster, and I'm trying to add Analysis Services to an existing instance. I start …

sql-server-2008 ssas cluster-computing database-cluster
No QUARTER() in DAX? Really?

While building a Calendar table with PowerQuery for a PowerPivot model in Excel 2013 I use its Date.QuarterOfYear function to …

ssas business-intelligence powerbi dax ssas-tabular
SSAS interview questions

For interview purpose what questions can we expect from SSAS prespective. a) Entry/Beginners level (1-6 months) b) Intermediate c) …

ssas
Rounding of calculated measure in MDX

How can i round a calculated mdx measure up to the nearest integer without having Excel on the server? The …

rounding mdx ssas