Members are locked error
I'm getting this error in my ssas cube:[quote]The current members are locked::(N'ACTUAL', N'G4SELM', N'2014.0223')(ACTUAL, G4SELM, 2014.0223),(N'ACTUAL', N'RLC', N'2014.0223'),(ACTUAL, RLC,...
View ArticleHow to add where clause/filter into calculated member in mdx
I am new to MDX. I have below query:WITH MEMBER [Student Study Length Hours]AS ([Measures].[Study Length Minutes]/[Measures].[Students]/60.0)SELECT {[Student Study Length Hours],[Measures].[Study...
View ArticleMemory and File system error in cube processing
Hi All,I am facing file system and memory error(most of the time) problem in cube processingI tried to execute it through a process as well as running it with normal xml scriptBut every time they are...
View ArticleCube Dimension data restriction to users in SAP BO
Hi Everyone,I am posting this to get help on urgent basis on dimension member data restrictionWe are using SQL server 2005 Analysis Services in our projectAs part of new BO voyager report (uses cubes...
View ArticleUnable to filter the data for multiple time selections by dimensions
Hi to all,I am new in MDX, i have a problem with my MDX query.[b]Calculated Member...
View ArticleHow do you filter a calculation by an existing hierarchy?
I'm trying to figure out the proper MDX for a calculated member so that it only does the calculation on members of a specific hierarchy when it is a certain value. I thought I had it, but I am...
View ArticleDate Filter in Excel for pivot table with cube data source not filtering
hello all,after much googleing and setting of parameters , member values etc, i am at a dead endI am trying to get the date filtering for a pivot table workingmy time dimension is set to Time The...
View ArticleWould this be an appropriate use for SSAS?
We are looking at creating a "dashboard" for our customers.Our customers use our service to submit data to us for various government auditing needs and then we aggregate their data, compare to others...
View ArticleCalculating measure for the current month of Previous Year
Hello, I would like to calculate measures in MDX for the current month of the previous year.Example : Today, we are the 20/03/2014.My measure Nb Open Days n-1 will be the aggregation of my measure Nb...
View ArticleCalculating measure for the current month of Previous Year
Hello, I would like to calculate measures in MDX for the current month of the previous year.Example : Today, we are the 20/03/2014.My measure Nb Open Days n-1 will be the aggregation of my measure Nb...
View ArticleVS 2008 slow SSAS solution opening from TFS 2008
We are experiencing really slow opening times of SSAS solutions from Source Control Explorer in VS2008.we are using:-TFS 2008-Visual Studio 2008 with SP 1.On a freshly installed machine (Win7 64 bit)...
View ArticleSSAS Cube on one server and SQL Server DB on another - Connection Issues
Hi Guys - I data modeled a star schema data mart in SQL Server 2008 and I've created a cube in BIDS for analysis services in VS 2008. The data mart database is on one server (SQL 2008) and the AS is on...
View ArticleConvert a sales value to the reference currency with the exchange rate of a...
I Have 2 Dimensions: Time and Currency I also have to fact tables, exchange rate and sales Both fact tables have references to Time and Currency Dimension. The user want to select using excel the sales...
View ArticleMDX Sum Over multi selection in a time dimension
Good evening to all.I try to have an help it is possibileMy name is Mauro i am writing from Italy...and i am little new about MDX SSAS 2008 R2.I have a SALES Cube that contains a [Measures].[Sales...
View ArticleSSAS Deployment Utility
Has anyone had any success using the SSAS Deployment Utility for SQL Server 2012 (Microsoft.AnalysisServices.Deployment.exe)? It should be possible to run it in 3 modes:1. Silent mode (/s) - no user...
View ArticleTrying to create Hierarchy in BIDS from DimTable
Hi - I am trying to create a hiearchy from a Dim Table linked to the SQL DB and I'm having difficulty. I am using Visual Studio 2008 and Analysis Services server 2005. My SQL Server DB is in 2005.I...
View ArticleCreate single cube from multiple identical OLTP databases
I need to create a single cube from about 50 separate, but identical relational databases, each representing a different client, each with a different value of ClientId. The client databases have dim...
View ArticleAdventureWorksDW-No Role Playing Dimensions?
I'm trying to read up on SSAS and going through some tutorials.They show the DimDate and FactResellerSales.What I don't understand is how Fact can have 3 date dimensions all to the same DimDate...
View ArticleMDX syntax question about dates
Hi there,Can someone please convert the following SQL syntax to MDX?........where START_DATE > datepart(yyyy,getdate()) or START_DATE between dateadd(m,-36,(dateadd(yyyy,getdate)) and...
View ArticleFact or Dimension?
I have the following scenario:I have A revenue fact table with different dimensions, one of which is DimAccount.Background information:One order might have several transactions, and the order can be...
View Article