bugs with CUBEVALUE function in Excel looking SSAS cube
I've just discovered MS Excel's CUBEVALUE and other CUBE functions looking at SSAS - a way more powerful tool than building many pivot tables and then writing functions to look at the data. The MDX...
View ArticleNeed help to improve mdx query
i got a query which brings me the top/bottom count of an intersection of 3 Dims.i need help in order to optimize this query since while i run it ,it takes like 20 minuets to run...here is the...
View ArticleError in pocessing cubes
Hi All,As part of our migration project our application is migrating from SQL server 2005 SP1(Windows Server 2003) to SQL server 2008 R2(Windows server 2008) - BackgroundBut as per cube processing is...
View ArticleBasket Analysis in SSAS - Identifying orders where no other products were...
Hi AllI have set up an SSAS cube to allow our analysts to do some Basket Analysis type queries, for example if you choose a particular product it will tell you what other products were purchased in the...
View ArticleDimension security by using MEMBER_NAME
Hi all,In a dimension I have one attribute where the very same MEMBER_NAME occur for several members.For example, all the following unique members share the same member_name...
View ArticleMDX and help merging 2 statements
Hi all,i am fairly new to MDX and SSAS. Recently i have been asked to produce a report which requires a Starting value for each monthly period and then the movement within each period ending up at the...
View ArticleMDX - DISTINCT SUM
Hi!I'm starting in the MDX world and i need some help.I need to do a calculated measure, but i don't know how to do it.Any help will be welcome.That's my cube:BUD_FACT_LANCAMENTO:-Measures Budgeted...
View ArticleSSAS 2008 R2 - Drillthrough Actions
As I am sadly also fairly new to SSAS, I am currently on a project which requires some assistance in allowing users access to data in order to slice and dice data within excel.Now I have managed to...
View Articlefact.date BETWEEN dimension.date1 and dimension.date2
Hi,I am relatively new in Analysis Services and building my first cube from a DWH.I have a fact table in my DSV with a date column. I need to create a relationship to a dimension table in the DSV that...
View ArticleSSAS Filter field not working
In the attached image we can see the Cube structure, Item Dimension, Hierarchies used in Item Dim,attribute relationship defined in Item dim+ the data in browser.While browsing data and applying filter...
View ArticleLogin failed for user 'NT Service\MSSQLServerOLAPService' 28000
I am using SQL Server 2012 developer edition on Windows 7. I have the following error attempting to process a dimension: OLE DB error: OLE DB or ODBC error: Login failed for user 'NT...
View ArticleDatabase 'OLAP' could not be opened on the server - error 2147221423
Hi,I am getting the error in incremental olap processing, while re run the process got fixed.But now worrying why it was caused and how to fix it for future occurrence.Your guidance and findings is...
View ArticleLocal Cube - measure formats
I am creating a local cube using the "CREATE GLOBAL CUBE" statement (SSAS 2005). This particular cube is for our South African division so the currency for value measures is South African Rand which is...
View Articletime range dimention based on a number
HiI would like to create a time range dimention based on a numerical value.so I have a column in my fact table that represents the number of years and I would like the dimention to group the clumns to...
View ArticleCalculated member to calculate % of sales of a parent
Hi,I have an issue with a calculated member in SSAS 2008R2. I think it's relatively simple but I can't get my hands on it. I am relatively new in MDX.I have a dimension [Projects] with a hierarchy...
View ArticleThe attribute key cannot be found
Warning 12 Errors in the OLAP storage engine: The attribute key cannot be found when processing: Table: 'dbo_Person', Column: 'UEmployeeID', Value: '41178736'. The attribute is 'U Employee ID'. 0 0 I...
View ArticleIssue with huge CrossJoin - Improving a Query
i got a query that consists of a cross join between 3 dims .dim1- has 15,000 membersdim2- this is the organisation hierarchydim 3- has 30,000 membersthis is the query:[quote]TOPCOUNT( FILTER(...
View ArticleA duplicate attribute key has been found...
im going through an exercise book with examples of SSAS cube creation and deployment.One exercise is to create a time dimension in a cube. The dimension is created from a date column already in the...
View ArticleSSAS 2012 - Calculated Member that uses measures at different grains
I'm trying to set up a calculated member - [i]budget remaining[/i] that is dependent on two native measures - [i]expenses[/i] and [i]budget[/i] - that come from two different measure groups, and the...
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