Get display folder in MDX
Hi.I like to use measure groups and display folders to set permissions, because in some folders there are many measures included. Is it somehow possible to get the display folder of a measure to setup...
View ArticleConpare the OLAP and OLTP
Hi all,Who can share some ideas about the advantage of the OLAP compared to OLTP? In which kind of scenario, we have to use OLAP rather than OLTP?Thanks, JEDD
View ArticleLink Dimensions question
HiFirstly I'm not an mdx or cube expert.A BI developer who has now left the company has created a generic finance cube. We have 1 (master) dimension that contains a list of Financial Items. I have some...
View ArticleCan attribute relationship help in providing different results?
Hello All, Have come across something very interesting.Am having a natural hierarchy [ICD 01]>[ICD 02]>[ICD 03]>[ICD 04] like belowHowever am trying to do a cross join of the attributes...
View ArticleTo calculate average in SSAS.
Hi,I have the following 2 Tables in my source and I am joining both to get data in my final fact table:Source 1 WorkstationProduct NumberWork Order NumberTotal Production 1soap123100 Source 2 Product...
View ArticlePrevMember works fine on a calc membe, until filtering member off another...
This calc works.SUM( EXCEPT ( [d Soda].[Soda Sk].[Soda Sk] , { [d Soda].[Soda Sk].&[-1] } ) ,[Measures].[Soda Transaction Count] )this calc also works showing...
View ArticleCustomize data from Cube
I have a cube designed which I browse through MS Excel. The data is a month to date sales analysis.. My requirement is to add a row to the bottom which contains the monthly budget information. The...
View ArticleAggregation values not changing for the hierarchical dimensions.
Hi Experts,I've dimension tables as customer, company and MaIn dimension tables. All tables have system generated Primary keys and relationship among them is as below:In company dim table, CompanyKey...
View ArticleData Connection Wizard - Default database connection dropdown
When my users connect to my SSAS server there are two databases: our actual database (Enterprise Cubes) and our training database (Adventure Works).However, the starting database default is Adventure...
View Articlehow do i process the aggregations only in SSAS 2008 R2
Hello, I Deployed my cube and processed it without aggregations. Now I created aggregations and how do I process aggregations only without processing the complete cube ? By doing this, I want to see...
View ArticleMDX Query Performance issue -- Slicers
Hello, I have partitions in my cube, one for each month. I am using slicers for each partition based on month ( ex. [Date].[Month].&[201003]) In the MDX, when i use month in the query, the...
View ArticleYTD Calculation in a Cube?
Hi,There is a Dimension called DIM TIME.The attributes I have used in DIM TIME are: CALENDARQUARTER, CALENDARYEAR, DATENAME, MONTHNAME, DIM TIME ID(PK).The Steps I have followed:1) In DIM TIME Designer...
View ArticleA FileStore error from WriteFile occurred
Typically this error occurs when processing a cube or it's dimensions, however I've encountered this error in Excel (64bit - 2010) while surfing the cube (which processes just fine).The exact Excel...
View Articlepredicting memory used by in memory cube
Hi allI need to transform a 20082 native cube to in memory tabular oneand was asked to estimate how much memory it would then consume ?Tha native cube size on disk is 15GB.Does that mean 15GB of...
View ArticleSpecify Cube Perspective in Excel
I'm not finding anything on this. Does anyone know if this is possible?
View ArticleUsage Based Aggregation does not support non materialized reference dimensions
Hi.It seems that the usage based optimization wizard does not support unmaterialized reference dimensions. It like to create the reference dimension itself instead of detecting the corresponding...
View ArticleOLAP cube deployed successfully, but unable to view data in SSMS
I am completely new user of SQL server. I have deployed a cube successfully, which has the following dimensions:Time: DateID(PK), Datestamp, Day, Month, YearCustomer: AccountNumber(PK), name, age,...
View ArticleImporting to Tabular via a Stored Proc
From a SSAS Tabular project in Visual Studio, I am trying to use an existing connection to set up a new table which gets its data from a stored proc. The SQL is simply "EXEC MySchema.MyProc 3". When...
View Article2012 SSAS Drill through Action results filtering
Hi there,I'm working with an 2012 SSAS cube which has 3 measures in 1 measure group have created 3 drill through actions for each of these measures brining back some properties from the dimensions and...
View ArticleRetrieving the last non-empty value and display it for each day
Hi all, I am new to SSAS and more so with MDX and I need your help with the following scenario please. In my cube, there is a measure called WIP Hours (Work In Progress Hours). This measure is from a...
View Article