Ignoring Data to Analysis Server on Date
Hello Friends I am new vibe in SSAS I have been given tables which contain data of years which of new use for new operations in company and for some reasons they dont want to delte that data. Now...
View ArticleMDX Query causing Operation Cancelled due to Memory Pressure
Am facing Memory Pressure issue when I execute the following MDX Query. WITH MEMBER [Measures].[Entity1] AS [Provider].[Provider Name].CurrentMember.Member_Caption MEMBER [Measures].[Entity2] AS [Dim...
View ArticleSecurity in SSAS for viewing the data based on roles
Hi All, I have a following scenario for which I need to implement the role based access security. RM1 can view data pertaining to M1 and M2 and their subsequent entities (A1,A2,A3,A4). RM2 cannot view...
View ArticleTest SSAS Cube Actions without Excel
Hello, I created a cube with two actions in SSAS 2008 R2. The plan is to use those actions using Excel 2010. Unfortunately in the development environment Excel I do not have Excel available currently....
View ArticleHow to Query a Dimension based on another Dimension ? The two dimensions are...
I have 2 Dimensions [Person] and [SomeOtherDimension]. These are joined by an attribute [Person ID]. I have a Set, which contains a number of [SomeOtherDimension].[Person ID] items. My question is...
View ArticleFiltering on two different dimensions with an "OR" condition
Can someone comment on (or suggest another approach) based on the following statement? A search predicate that spans several dimensions resolves to a set of tuples (pairs, triplets etc of members of...
View ArticleConnect to SSAS cube using userID and Password from c#.
hi, My SQL Server Analysis services is not configured as HTTP . Through C# code I want to connect to a SSAS cube on a server, which is in same domain using UserID and Password in the connection string....
View ArticleShow all member properties
Dear all, Is it possible to retrieve all member properties for a dimension using MDX? For example, I have a customer dimension with the key member having properties like Address 1, Address2, Town, City...
View ArticleConnecting to BISM File
Hello, Trying to connect to a BISM file by using the URL within Excel. Using Excel 2010, and 2012 SQL Server stack, I'm getting the following error, in EXCEL when trying to paste the URL and hit...
View ArticleDynamic Dates in Calculated Measures of Cube
Hi I have created calculated members in the cube. I have to base my calculations on the user entered dates. I did that y using "Existing". It was working fine but now the problem is I have to get the...
View ArticleConnecting to SSAS via sharepoint
I want my colleague to be able to connect to SSAS via an Excel pivot table. However, our SSAS server is IP-restricted, so she cannot connect directly. Is it possible for her to connect via sharepoint?...
View Articlehow to sort in group when have many column dimensions use mdx?
as the follow image,how to sort YFdim(the third row dimension)accroding to the first data column([单价合同][上海分公司][amount] which marked with a circle). i tried two with the following mdx,but the data...
View ArticleTop 80 percent best distinct customers in trailing year
Thank you in advance for looking at my question. Fairly new to MDX here. I’m attempting to solve the below question. Please let me know if you need further detail. “Count of distinct customers that...
View ArticlePlease suggest CUBE or RDBMS?
Hi, I have got requirements to develop a complete BI Solution. As per requirement for each city will have 100 records for every month and there are 3000 cities, so there will be 3lac records for every...
View ArticleIncorrect data in Report Builder from SSAS cubes
Hi, I have created a cube and the same cube is referenced in both Excel 2010 and Report Builder 3.0. The data in Excel seems to be as per the data in Cube. But incorrect data for measures is getting...
View ArticleProblem on Bulk inster from network drive
Problem on Bulk inster from network drive My script is as below: BULK INSERT trd_test FROM '\\192.168.20.81\trdtmp\test.txt' WITH ( FIELDTERMINATOR ='~', ROWTERMINATOR = '\n',...
View Articledimension table in the list of cubes
hi, i am looking at metdata views for SSAS; and I see every dimension is listed as a Cube. i m curious understanding the internals. Does SSAS internally create a cube for each dimension? regards shiv
View ArticleTwo DSV relationships and attribute names
Hi all, I have a case whereby we have, for example, a dimension like: Customer -> Territory ->Region -> Secondary Territory ^ Basically, a customer belongs to a territory, and a secondary...
View ArticleLimit list of SSAS 2012 perspectives based on AD when conntecting via Excel 2010
Hi all, When connecting to a SSAS 2012 Multidimensional cube (no tabular !) via Excel 2010 after selecting the database a list of cubes and perspectives is displayed. Is there a way to limit this list...
View ArticleUnable to connect to Analysis service using user credentails other than the...
I am tying to establish a connection to analysis service from a SSIS package, was successful. Even the test run(manual run of the SSIS package) in the development environment was also successful. But...
View Article