Naming Conventions - For Cube and Dimension
Is is valid/possible to have cube name for a dimension in a SSAS cube?For example,I am having a cube named as "NorthWind".Now inside this cube can I have the same name "NorthWind" for a dimension?Does...
View ArticleWeek Range issue in named set...?
Hi.., i created named set ..{linkmember([Start Date].[Year - Quarter - Month - Date].currentmember, [Date].[Year - Quarter - Month - Date]): linkmember( [End Date].[Year - Quarter -...
View ArticleSome Error information when I update the SSAS to 2012
I have just update the SSAS from 2008 R2 to 2012. And migrate a 2008 cube to 2012 instance. When I try to open the Cube in BIDS, I met the following issue. (SSMS can connect to the Cube successful and...
View ArticleVery slow query time
Hello,Currently we have reports in excel sheet which has pivot tables created from cubes.I''' explain how these cubes are created:We have several cubes, then one cube (lets call it cube A)which links...
View ArticleSCOPE Statements in MDX
I am working on SCOPE statements in MDX (SSAS 2008)SCOPE([Item].[Hierarchy].[Item Type].&[Stationary],[Measures].[Units Sold]); This = [Measures].[Units Sold]*2;END SCOPEExecuting the query ...No...
View Articleunexpected result with "Extract"
if I run the following query:with member [Measures].[SOR Cost] as ([D Services].[Service Unit Price].CurrentMember.membervalue) select [Measures].[SOR Cost] on 0, Filter(([D Services].[Service...
View ArticleViews in SQl then add in DSV or use simple table in DSV then do calculation
Hi FriendsI'm new in SSAS. I need a suggestion from you friends that ;i have one table in DSVUniqueid PhoneID Call_date User status 1.2 1233 march10 tw12...
View ArticleDoes isAggregate relevant to informative attributes??
Hi evIs property isAggregate relevnt at all to attributes wich are AttributeHeirarchyEnabled =false(that is attributes which only add information to other analytic attributes).TIARea
View ArticleCreating a Drillthrough which include the selected cell
Hi,I am trying to make the following drillthrough work. I have two measure groups with each 2 values (values1,values2,values3,values4). Both groups are linked to 2 dimensions (Dim1, Dim2). I have...
View ArticleTopCount function for calculated member in Context aware calculation
Hi Experts,I have a MDX query in which I am using context aware calculation.On the basis of the result I want to find out Topcounte.g,WITH MEMBER [Measures].[ConditionalSales] AS CASE WHEN...
View ArticleCannot Access Cubes from Excel please need help
Hi All,I have a report in excel on my desktop and its running great for past few months and all of a sudden when i try to refresh the data i'm getting an error "Errors in the OLED Provider. Couldnot...
View ArticleIs ColumnStore suposed to speedup cube processing in theory?
Hey guys, It is snowing in MN, beautiful and troublesome. Here is my test. Created a cube based on one fact table and 5 dimensions (Star schema) and put on a columnStore index on the fact table...
View ArticleAS Calculation
Hi Guys,I hoping someone could help me out.Im in the process of building a cube and need to provide a gross profit calculation, sounds simple!! However my fact table is currently organised like...
View Articlehaving clause not working with dimension member in mdx, please help, Thanks
we are trying to build a filter so the client can choose any data after June 2011, but when we try the following:SELECTNONEMPTY [Measures].[Patient Record Count]ONCOLUMNS,NONEMPTY [Admit...
View ArticleExploring 2005 cube from management studio 2008 error- attempted to read or...
Hi, I've created my first cube in VS2005 and deployed to SQL server 2005 server. I can browse the cube from VS and from the server MS. From my station MS which has SQL 2008 I can view the server's...
View ArticleDAX Relationships and how to include measures from both realted tables
I have Measure 1 in Fact table A with an M:1 relationship to Dim Table A; In Dim Table A I have Measure 2. How do I allow for Measure 1 and Measure 2 to be in the same pivot table report? The...
View ArticleProcess Dimensions and then Cube using AMO
Hello,Trying to process Dimensions and Cube using AMO, here is the code:server = new Server(); server.Connect(ConfigurationManager.ConnectionStrings["CubeDataConnection"].ConnectionString); Database...
View ArticleIncorrect key file for table .MYI'; try to repair it.
Hello FriendsWhen i process one of my dimension i get this error The following exception occurred while the managed IDbCommand interface was being used: Incorrect key file for table...
View ArticleIs it possible to use SSAS Cube in Powerpoint ?
Hi,is it possible to build a powerpoint chart based on a SSAS Cube?RegardsAndreas
View ArticleCube calculation
I understand that cube mdx calculation is calculated during every queries. So if using cube calculation to create a new measure and its aggregation, it has to calculate every times, so that there is no...
View Article