SQL Server Analysis Services (SSAS) is part of Microsoft's SQL Server system. It provides Online Analytical Processing (OLAP) and Data Mining functionality.

learn more… | top users | synonyms (1)

0
votes
0answers
13 views

SQL Cube Calculation not working as intended in a CASE statement?

I have a SQL SSAS cube deployed, I am using basic Calculated Members and seem to be having issues with the following.. When I have a calculated member as such: Case When ([Measures].[QTY SHIPPED] + ...
0
votes
0answers
5 views

SSAS Practive cache is failing with real time data

Please find a brief description of the scenario which has been bothering my team for the past few days. I have my cube in production which is built upon an OLTP data source. I have a single measure ...
1
vote
0answers
12 views

How do I filter an Excel pivot table based on the combination of two OLAP dimensions?

I've been tasked with building some ad-hoc reports in Excel that are sourced from an SSAS OLAP cube. I don't have the ability to alter the design of the cube's dimensions currently. I've been ...
-2
votes
0answers
16 views

Best practices for using SSIS to load cubes [closed]

We are just getting started with SSAS, and I'd like to ask some practical advice. Currently every two hours we are running a more or less full load of our sales data mart (actually, it's an ...
0
votes
2answers
23 views

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].[Member 1])} on rows from [Cube 1] where {( [Dim ...
0
votes
0answers
14 views

MDX for inner query Max Date filter

I need to create MDX query for a PerformancePoint report based on following SQL, any ideas? pointers? SELECT count(*), sum(balance) FROM SerialBalance b WHERE balance > 0 AND EffectiveDate = ...
0
votes
1answer
12 views

Reporting service Error when accessing TFS Admin tool 2.1

While accessing TFS Admin tool 2.1, it opens up the project but when i double click to provide access to users it give me error which says "An eeror occurred when connecting to reposting service for ...
0
votes
0answers
12 views

Threshold in Sharepoint Dashboard Designer For Percentage KPI

I have got a SSAS cube, that has a KPI which has a Value as a percentage. I also have a Goal which is also the target percentage to keep the Value below. I create the KPI fine, but when I import it ...
0
votes
0answers
15 views

Different results when using calculated member or expression

I have a result I don't understand. Using a simple MDX-Query SELECT {([Measures].[Anzahl Bewerbungen], [Dim Bewerbungsstatus].[Ergebnis].&[Einstellung])} on 0, [Dim ...
1
vote
1answer
9 views

How to detach and attach data cubes on SSAS, Standard SQL Server 2008

I am trying to detach a cube from SSAS, to move onto another disk due to disk space, and attach afterwards. This is fairly easy to do on SQL Server 2008, when you detach/attach an MDF to move from one ...
0
votes
1answer
21 views

Is SQL Server Analysis Services the right choice for my scenario?

I have to use SQL Server Analysis Services to apply clustering and regression alog's on my data and make an analysis. I have sql server 2008 R2 installed but SQL Server Analysis Services are not ...
0
votes
1answer
30 views

MDX: Limit parent aggregate by child value

My MDX is fledgling at best, and it is a realistic possibility that I don't even know how to phrase my question correctly to search for an answer. Sorry if this is a duplicate. I have a date/time ...
0
votes
1answer
27 views

Which is a good option to process multilingual data

Hi i am using SQL SERVER 2012 and i need to do some analysis using multilingual data source. So which would be a better option using cubes or having separate columns for different languages? What are ...
-2
votes
0answers
16 views

Implications in using multilingual data in mssql for analysis [closed]

Hi i am new to MSSQL and want to use multilingual data for analysis in MSSQL 2012. I have gone through several websites and they have mentioned all articles related to support but i want to know the ...
-1
votes
1answer
30 views

MDX How to filter using calculated date valuue based on paramter

I'm trying to fetch the values based on a Date value passed as parameter (named AsOnDate) into a Performance Point report's MDX from a Webpart Date Filter. Its an Accounts DB and the scenario is to ...
1
vote
1answer
25 views

How to test changes to a cube?

There is a process in our company built by a long-departed dev that pulls data from a cube stored in a MS SQL Analysis Server (which I typically access via Management Studio). The overall process ...
0
votes
1answer
31 views

How do I filter a dimension based on current level of another dimension?

I'm trying to model "Same Store" sales in my cube. I have a standard Date dimension with a Fiscal calendar. I have a Location dimension with my stores. There are attributes for each store that ...
0
votes
0answers
14 views

olap4j no catalog found error

i am trying to connect to Analysis Service using olap4j but i also got the error that no catalog is found. but i am sure there are databases in the analysis service, any help ? this the code of the ...
0
votes
1answer
32 views

Data Provider for SAP

I am trying to create SSIS package for loading the data from SAP BW to SQL Server. But after read through many books people are saying we need Data Provider to load the data from SAP BW to SQl Server. ...
0
votes
1answer
33 views

Force mdx query to return column names

When connecting from powerpivot to SSAS, I got the following problem - if for some reason no rows are returned by mdx query, no column names are returned either and powerpivot gives an error. When ...
0
votes
0answers
24 views

Code snippet to create offline cube with KPIs?

How to create an offline cube with KPIs? By using the below snippet, we can create the offline cube with Measures and Dimensions but we need the KPIs as well. So kindly let me know the code snippet ...
0
votes
0answers
21 views

If you browse just the measure values in SSAS cube browser are measures without attribute keys filtered out?

I have a question about when you look at measure values by themselves in cube browser in SSAS. If you do not add in any dimensions and only look at the measures by themselves will it show data from ...
0
votes
1answer
22 views

How can I join tables using only DAX?

Goal: Display column "C_qty" in the table A using DAX. Problem: How can I do it by using DAX only? Info: - No usage of SQL code! - The relationship between tables is established in VS 2010 with an ...
0
votes
0answers
19 views

Error processing moved cube

I have just moved my SSAS cube with help of XMLA script. Now that I am trying to process the cube I get the error: "Invalid object name: dbo.Time". It´s saying that it can´t find my time-dimension. ...
0
votes
0answers
26 views

Daily processing of an SSAS project

I have an SSAS project which needs to be updated daily by my SSIS project. I have a single cube on a single partition and this cube has 7 dimensions. In total, there are about 70 million rows in the ...
0
votes
0answers
17 views

Process Full cube

ProcessFull of the cube will take care of everything including the dimensions(adding new records, deletion and update). So I am assuming in my SSIS package I can use the Analysis Services Processing ...
0
votes
1answer
10 views

Agent sql server in SSAS server

Hi everyone I'm reading a tutorial in which they indicate to Configure SQL Agent to start automatically in SSAS server but I don't find itin services. My question is should I install it or normally ...
0
votes
0answers
20 views

SSDT cannot connect to analysis services server

When I try to deploy a tabular cube to Analysis Services Server (to the same server I have deployed million times before) I get this error message "Cannot connect to the deployment database server . ...
0
votes
0answers
24 views

MDX Calculated Measure for Customer and Route by Day

I'm working with a cube that needs a new calculated measure and I'm having a difficult time getting the MDX right. The scenario that I'm looking to measure is a count of days where for a given ...
0
votes
0answers
10 views

ERP sample data sets download

I am looking to download sample ERP data sets to play with in sql server. Can anyone give me suggestions where can i get the sample data for banking domain , finance domain, insurance domain or health ...
0
votes
0answers
16 views

Is it possible to create a User-Defined hierarchy between dimension attributes that are unrelated?

I am working on spiking out a BI solution and I am trying to create a Hierarchy in out 'Client' dimension more or less to replicate what I know the end users will do. The Client dimension table has 3 ...
1
vote
1answer
74 views

MS SSAS 2012 - You can only open files that are compatible with Microsoft SQL Server 2012

I am trying to create a new Analysis Services Tabular Project with SQL Server Data Tools in the VS 2010 shell. As soon as I click ok I get the error that the file cannot be opened. Both the client ...
0
votes
1answer
38 views

MDX Help: - Comparing Values in Two Max Time Periods within a larger Set of Time Periods to Populate an Indicator

I'm brand new to MDX and need some help. In SSRS I have a dataset that pulls from an SSAS cube. The dataset always contains six months of data. What I need to be able to do is to compare a value ...
1
vote
1answer
29 views

MDX ALL Level of every attribute in a dimension

I am trying to create a measure in my cube, SSAS 2008 R2. I have a Product dimension with 10 attributes and 5 hierarchies, which I don't think is unusual. Product -Size -Exclusive To -PriceCode ...
0
votes
1answer
37 views

OLAP Cube: per Business Process? per Fact table?

So i've finished my dimensional modeling, it resulted in 2 business process, 1 simple with only one fact table and a few dimension, the other one a bit more complex with 2 fact tables (related in a ...
0
votes
1answer
35 views

Many to Many Relationship between Fact and Dimension with Parent-Child Hierarchy

I have the following Business Scenario. I have a Fact Table with some facts. There is also a Dimension Category that has a parent-child hierarchy. There are many different hierarchies packed in one ...
0
votes
1answer
42 views

SSAS calculated measure with where clause (MDX)

I am trying to create a calculated measure to calculate average with something like a where clause in VS2012 BI. CREATE MEMEBR CURRENTCUBE.[Measures].[Sem Average] AS [Measures].[SG_Sem] / ...
0
votes
1answer
22 views

analysis services cube browser

I have a cube, 1 fact table, 5 dimension tables. The fact table have the total amount of sales and I want to analyse what's the country that made more sales. I can do that, but it's not in order, I ...
0
votes
1answer
90 views

Different results in MDX using aggregate function in SQL 2008 R2 and SQL 2012

I have a problem in SSAS where a strange behavior happen. I have a cube in prodution, but, for simulation de problem a created a small cube for isolate the problem. I created a small cube that ...
0
votes
1answer
50 views

Connecting to SSAS OLAP using Java

We are currently working on creating a connection to Microsoft SSAS OLAP server using Java. The approaches mentioned on google include using IIS server with msmdpump.dll which we are trying to avoid. ...
0
votes
0answers
21 views

Arranging dimentions for clustering with SSAS

I am having some trouble with SSAS and data mining - specifically the Microsoft Clustering package. I intend to ultimately do my work in AMO and MDX, but for now, just happy to understand how it ...
0
votes
0answers
14 views

Customized Measurement by DAX code

Goal: In the Table A i would like to have a measurement named "qnt". The calculation of "qnt" is CandyQuantity * Cost in the Table A Problem: How should create the "qnt" based on DAX code in relation ...
0
votes
0answers
19 views

SSAS parent-child table in snowflake schema

Hi we are working with effective dated department hierarchies. And are trying to ensure that upon selection of time the proper hierarchy is then forced to be selected. Attached is an image of the ...
0
votes
1answer
25 views

How to calculate margin percent in MDX

I have dimension which divides the single fact value by members. Ie. ([Dim].[Member1], value), ([Dim].[Member2], value) .. Can i calculate dimension members margin with this single value?
0
votes
1answer
23 views

How do I cast a number to a set

I think this is a bit of a beginner MDX question. I'm trying to get the following as a calculated member: Max(Min([Measures].[My Data] / 0.2, 1), 0) I get #VALUE! as the result, I presume because ...
0
votes
0answers
19 views

Calculating SQL Server Analysis Service memory usage accuretely

I have one question, I read that SQLServer.exe memory consumption in task manager does not always shows correct information. Below blog has some good information about calculating the memory usage of ...
0
votes
0answers
24 views

A complex ragged hierarchy and generic queries in MDX with compound keys

Dimension is made with collection of key column attributes so: ... hierarchylevel2key = level2attribute + level1attribute hierarchylevel1key = level1attribute ... Hierarchy has many levels, so ...
0
votes
0answers
29 views

Any solution for better performance about a cube with 3 distinct counts on the same source DB table on SQL Server 2008?

I have a big table about 180G for size and 4 billion rows on SQL server 2008R2 64bit. So far, we partitioned source DB by ColumnA, and we have 3 distinct count on ColumnA, ColumnB and ColumnC, then ...
1
vote
0answers
45 views

SQL server Data Tools- can not browse the deployed cube

I'm trying to browse the deployed cube, but it doesn't work. I have this error: "Element "return" was not found. Line 5, position 2". I've made the connection with database and it worked (I saw that ...
0
votes
1answer
37 views

SSAS: Percent of Total not working in hierarchy

I have a simple olap cube - one set of measures and some unexciting dimensions. I've add one calculation to get the "percent of total" sales against the gross sales measure. The code for this ...

1 2 3 4 5 29