MDX Filter Function Problem (Attached screnshot)
Hi All, I am new to SSAS. I need your help. I am using Filter function in MDX query. Column [All] values are same with & without filter in 2 different query (Refer screnshot for more clarity)....
View Articlenot able to calculate total order using aggregation
Hi, I am getting the #error(The function expect a string or numeric expression for the argument.A touple set experssion was used) on the calculated member(CALC1). I want ot display...
View Articlein solution explorer if a cube is deleted how its dependent dimension can be...
Hi, in my scenario i just import a Database from Datawarehouse server to my development invironment to create its local copy for development. Now that database has actually a huge number of cubes and...
View Articlesolve order ignored? (despite scope isolation = cube)
hello, i'm in twilight zone or something. we have a situation in which solver order seems to be ignored, despite using scope isolation. here is the story. we have a calculated member as CREATE MEMBER...
View Articleaggregation on the Sum of the Max ot items
I have a business issue in SSAS which is I want to aggregate the Max on a many to many context by this example DimEmployee EID ENAME 1 John 2 Tom DimDeals DID DNAME 1...
View ArticleSSAS Drillthrough Action to output file using SSIS
Excel has row limitations. We can use Action to invoke Maps based on parameters supplied in Action Expression. Can we use SSIS to output a file based on supplied parameters in the Action Expression? Is...
View ArticleHow to keep transaction status of session using ADOMD.NET
Hi, I am just beginner in SSAS. I am designing an application for cube writeback through webpage using ADOMD.NET and ASP.NET. My requirement is if user do the change or update cube then it should be...
View ArticleProclarity on Citrix very slow
We are using Proclarity Professional to access SSAS cubes in windows environment. Now we are planning to move our systems into MAC OS. All the Microsoft based Applications will be accessed in MAC...
View ArticleCreating a generic calculation (as a stored procedure?)
What I need There are many-to-many relationships between dimensions [D1], [D2], [D3] and measure [M]. I need to create a generic calculated measure that would have the following formula: [M] / Σ( [M]...
View ArticleHow to get SUM of a measure before 5 months from current month in MDX
Hi I have a measure Amount and date hierarchy. I have either blank value for a given month or a valid value. What a user wants to see when they filter 5 months date and drags on columns is, Fact Data...
View ArticleVisual Totals
Hello All, I have a requirement to show the values of a particular dimension member in an attribute hierarchy , then also the sum of the all the other members in the attribute hierachy without showing...
View ArticleWill changing AttributeHierarchyOrdered to false impare query performance for...
We have a large degenerate dimension based on the fact table. The fact, and subsequently the dimension, has about 140M rows now. The process update for the degenerate dimension is taking anywhere...
View ArticleMDX Question
Hi there, I have a calculated member that multiplies a measure by a weight, which is a property of members in given dimension. CREATE MEMBER CURRENTCUBE.[Measures].[Promotion Weighted Count] AS...
View ArticleHow to sync SSAS 2008R2 databases via HTTP(S) across domain/forrest and...
Hey People, I'm fairly new to SSAS and SSIS, but I've ended up needing to sync an internal SSAS DB into our DMZ SSAS instance. This crosses domain/forrest, subnet and firewall boundaries. I've been...
View ArticleMDX to find DateDifference with Multiple condition
HI EXPERTS , I HAVE EMPOYEE TABLE IN BELOW FORMAT. I AM WORKING ON SSAS 2008 AND GENERATING REPORT ON IT . I HAVE A TIME DIMENSION WHICH IS CONNECTED TO EMPLOYEE DIMENSION ON EFFECTIVEDATE IN MY...
View Articlehow to write a mdx query for first date of every week by using the result for...
any body help me yaar it needs very much for me yaar WITH MEMBER [Measures].[ParameterCaption] AS [Date].[Calendar Week].CURRENTMEMBER.MEMBER_CAPTION MEMBER [Measures].[ParameterValue] AS...
View ArticleSpecifying the Default Member
I need to set the default member of a dimension using and MDX sratement to be everything except one member. Is this possible? There are four members: [Dim Transaction Status].[Organization...
View ArticleHow can i write this in MDX (Cateogory to SubCategoy ratio) ?
i Have 3 Dimension and 1 fact table , table definition with sample data as follows /* drop table FactStatusCount drop table DimProductCategory drop table DimProductSubCategory drop table DimStatus */...
View ArticleCube Processing error ?
Team , Can some one please help me what does this error mean and how should i go about fixing this ? Exception has been thrown by the target of an invocation. --->...
View Articlefinding first and last member in MDX
Hi, I have 1)dimension(DimProd),which contains attributes ProdSubCategory,ProductName. 2)Measure(FactMesure) which contains a measure Cost. How can i display first and...
View Article