Handling nulls in dimension attributes
In SSAS I am trying to model the following relationships:Response -> DataPoint (Many to One)DataPoint -> DPYearAquired (one to one)There can be zero or one rows in DPYearAquired for each row in...
View ArticleSSAS Dimension Sorting While Browsing In Excel
Hello,I would like to use a defined sorting for dimension name. For example If I have Dimensions by name A,B,C than I would like to see these dimensions while browsing cube in the order of B,C,A.Just...
View ArticleHow to get the list of Roles from SSAS Cube using ADOMD.Net library.
Can anyone know how to get the list of Roles from SSAS cube using the ADOMD.Net ?
View ArticleErrors in the high-level relational engine. The following exception occurred...
Hello friendsI need to add one table in my cube from different datasouce.i have two Datasource oneis MYSQL another is SQLwhen i add create dimension from MYSQL and process cube it executed...
View ArticleDrillThrough MDX with Role (Dimension Security) Shows Empty Records
Hi,I have a cube where in a particular role has access to limited members for a particular dimension. When i run the select statement it gives a result when connected with a role.SELECT...
View ArticleDiamond Hierarchy Relationships and AutoExists
I'm not sure what's going on with the query referenced in the following post. http://social.msdn.microsoft.com/Forums/en-US/sqlanalysisservices/thread/89dfe12e-e437-4772-924c-d911db05f574 I believe the...
View ArticleAW Dimension Processing Failure SS 2012 - First Try
This is the environment:This is what I get:Kalman Toth SQL 2008 GRAND SLAMNew Book: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2012
View ArticleStorage requirements for production environment hosting SSAS multidimensional...
Hi,I'm searching the good requirements about the storage in an prod environment to support efficiently a SSAS tabular or multidimensional solutions, in terms of capacity, rate, I/O, etc.Any suggests to...
View ArticleAction Containing Call to SProc Not Working With Perspective
Hi All,I am working on drill through for calculated measure and folllowed below blog from Mosha,http://sqlblog.com/blogs/mosha/archive/2008/09/01/drillthrough-on-calculated-measures.aspxI have...
View ArticleBereitstellungsfehler
Ich bin Student und befasse mich aufgrund einer praktischen Studienarbeit damit einen Cube zu bauen. Die Datenbank dazu habe ich AUCH entworfen. Jedoch hatte ich vor ein paar Wochen noch gar keine...
View ArticleSSAS 2008 multiple roles not applying
Hi,I have two roles and two measures.The first role can see all countries with measure 1 (exclude meaure two). This role works OKAnd the second role can only see a few countries with measure two. The...
View ArticleHow to Use SQLServer Keyword in SSAS DSV
Hi,I'm getting an error when i use sql keyword. For Example i have a column named Role in a table and i want to use that in DSV. Even if i put braces around the keyword it still doesn't accept it....
View ArticleMDX Count( EXISTING ....)
i have the following :- employees dimension - projects dimension - date dimension - fact table contains the number of hours an employee worked on a project on a certain date+ i want to find the number...
View ArticlePARALLELPERIOD for unequal periods
I wonder why I don't find much information about this problem, which is not uncommon I think:the parallelperiod-function counts always the number of days from the beginning of the period to get the...
View ArticleWhich of the following statements is not true regarding offline cube files in...
Which of the following statements is not true regarding offline cube files in Microsoft Excel 2010?a. An offline cube file stores data in the form of an OLAP cube.b. If you delete the offline cube file...
View Articlewhat does [Dimension_Name].[Dimension_Name].[Dimension_Name].Members mean ?
I'm new to MDX, and many times while reading a book about MDX or some examples on the internet i've encountered something like:[Dimension_Name].[Dimension_Name].[Dimension_Name].Membersfor example...
View ArticleException of type 'System.OutOfMemoryException' was thrown.
when i run :with member [Measures].[Number of Emps] as count(nonempty({[D TC Employee].[Name].members},{[Measures].[F TC Count]})) select {[Measures].[Number of Emps]} on 0, NON EMPTY{[D TC...
View ArticleDynamic filtering MDX
Hi, I have a dimension of billing cycles - there are 7 members in the CYCLE attribute I would like to create two dynamic filters: 1 [Last Cycle] - would give only the cycle number which has been...
View ArticleSSAS backup is failing
we are running the SSAS backup though SQL agent jobs and job gets failed after running for 20 hours ,below are the logsMessage Executed as user: SSO\SQLService....
View ArticleIssues While Reprocessing the Cube in SSAS
Hi,I have encountered this issue with ssas. When I create a new cube from the copy of an old cube and full process it, some of the relationships between the measures and dimensions are getting...
View Article