Creating a Calculated Member using another Calculated Member
Is it possible to create a Calculated Member using an already existing Calculated Member? I tried and there is no Syntax error but the cell shows no real value in the data cell under the browser tab,...
View ArticleFile system error: Errors in the OLAP storage engine: An error occurred while...
hi all,i am in need of urgent help here please help me out i am getting the following error message when i am processing the cube. how to resolve this? please let me knowFile system error: The...
View ArticleFormat measures
Hi There,I have typical Account dimension, which has Income (Lev1) - Reveue (Lev2), Expense (Lev2), then salary (Lev3), .... Ialso has Headcount at Lev1, then fulltime at lev2.Measure Amount is...
View ArticleError in "Data source views" phase when creating olap cube
Hiwhen i try to create a new SSAS project in VS2012, i'm getting the following error:i was looking in a similar chat for this problem so i tried to follow after the instructions that were suggested...
View ArticleMdx query with additional calculated member column
Experts,I've below query which runs perfectly fine,WITH MEMBER [Measure-Name1] AS [Measures].[Measure-Name1] MEMBER [Measure-Name2] AS [Measures].[Measure-Name2] MEMBER [Measure-Name3] AS...
View ArticleCube MOLAP to ROLAP, what do I do wrong ?
We changed a working MOLAP cube to ROLAP.We now have a strange issue :Working : Displaying one dimension attribute and one mesure.Not Working : Displaying more than one attribute and one mesure.I...
View ArticleManipulating Many-to-many dimensions in MDX
Hello, I am trying to use many-to-many relationships in Analysis Services for the first time and therefore my question may be too basic. And yes, I did read Marco Russo's paper on the topic. On...
View ArticleHow to implement slowely chaning dimesnsion 2 in SSAS
Hi,Can you please explain how to implement slowely changing dimension 2 in SSAS?Thanks in advanceRamesh
View ArticleMDX to find Last Year,Quarter Month Data with Current Data
Hi Experts , I am working on SSAS 2008 Cube . I have a Measure Group "Fact_Revenue" Which has One Measure as[Measures].[Revenue_Amt]. I have Date Dimension ,With One Hierarchy .Example from my Existing...
View ArticleHow to Install multiple ASTrace services for the multiple instances of SSAS...
Hello,I would like to install multiple services of ASTrace for the multiple instances of SSAS (OLAP\Tabular\PowerPivot) on the same server.The installation of the first ASTrace service was ok,But...
View ArticleXMLA: Is there a way to test a datasource in a cube
In BIDS, if you edit a datasource in the Connection Manager in the Datasource Designer, you have a button to test the connection with the credentials supplied.Is there a way to test a datasource in a...
View ArticleMdx query Range help please?
Hi Experts,I was trying to find sum(Range) with the below query it is giving me error as :-Executing the query ... Query (32, 6) The : function expects a member expression for the 1 argument. A level...
View ArticlePercent of total?
HiI have a fact table which contains a CustomerId and a Quantity.Not all customers are in the fact table, so now I need to create a measure to calculate how many percent for each month that has a post...
View ArticleFind out i currentmember of fiscal month is in the past or the future
Hi,I'm really struggling with this one. I am trying to get a combination of actual plus forecast values into one member in an MDX query. I've read quite a few other posts on this but none seem to help...
View ArticleUpdate aggregate function of a measure by power shell script
$measureGroup1 = $cube.MeasureGroups.FindByName("measure group name")$measure1=$measureGroup1.Measures.FindByName("measure name")$measure1.AggregateFunction =...
View ArticleHow to avoid rollups at parent level of hierarchy????
I jus need to show hierarchy i.e., Jan Feb Mar rolling up to Qtr 1.Which I m able to do it, the problem which we are facing is while we push data in SSAS cube.It roll up the value available in Jan Feb...
View ArticleMaximum number of cubes in SSAS 2005
Hi,I am new to SSAS and currently facing one issue.We have a server where we build the cubes. That server contains around 150-170 cubes. And if the number of cube count increases more than 170 then...
View ArticleParametrized Mdx Query question?
Experts,I've below mdx query which works perfectly fine as expected:-WITH MEMBER [Measure-Name1] AS [Measures].[Measure-Name1] MEMBER [Measure-Name2] AS [Measures].[Measure-Name2] MEMBER...
View ArticleLast Non Empty
Hello, I have dimension which have attribute Product Name , I want to set Last non Empty this product name as a default member please let me know the script blog:My Blog/ Hope this will help you !!!...
View ArticleClass already exists error when opening .bim after installing SQL Server Data...
A few folks in our office installed the latest "SQL Server Data Tools – Business Intelligence for Visual Studio 2012" mentioned here and now we are unable to open .bim files. When we attempt to open a...
View Article