EXCEPT function in MDX
Hi All,Please advise how to use EXCEPT function to implement below.The difference between the two queries is the additional filter [Master].[Day].[Day].[1].Set 1:SELECT { [Measures].[Unit Count] } ON...
View ArticleHow to get SSAS cubes in OpenOffice excel?
Hi,can you please help me how to get SSAS cubes in Open office Excel.I know browsing cubes in MS Office 2007 excel.Thanks and RegardsSamba ch
View Articleconvert MDX query to SQL query
Can anyone tell me a way of converting below MDX query to a T-SQL query .SELECT SUBSET ( { {CROSSJOIN ( { { {[Measures].[Ytd MovementIn],[Measures].[Ytd Margin],[Measures].[Ytd Vol]}}},...
View ArticleError occurred in the MDX script for the dimension attribute permission's...
Hi there,I'm trying to configure dimension data security in a SSAS2005 project. I got the following error while implementing security for dimension attributes.Check MDX script syntax failed because of...
View ArticleUnable to see any user defined hierarchies in the dimension browser
Hi,I have searched the forums and it seems that no one else has had this issue. I am using MS Visual Studio 2010. I have created a cube and it all processed fine.When I try to add hierarchies to my...
View ArticleReferencing a Measure's ID in calculated Measures
We made a small change to a few of our measures by renaming them and noticed that this caused all of the Calculated Measures that were referencing them to no longer work. While this isn't a big deal...
View ArticleSSAS, MSMDPUMP, using static AD credentials
The situation is that we have a web Server that is NOT the SSAS server.We want to provide HTTP access to the Cube.We do NOT want the users to have credentials in AD.The Cube does NOT need to...
View ArticleIgnoreUnrelatedDimensions SSAS 2012 bug?
I have a problem with the IgnoreUnrelatedDimensions setting with SSAS 2012. When I change the setting from the default True to False each measure from that measuregroup allways returns null even when I...
View ArticleHow To aggregate measures based on dimension attribute
I have a dimension called "Indicator" which contains some indicators and a measure called "Actual" which contains the data will be aggregated over the time. However the aggregation is based on the...
View ArticleAverage, Min and Max using MDX
HelloI don't know MDX well and I need to quicky come up newCaclculated Members for our Cube for the following requirements:average / max / min balance since:account opened datelast yearcurrent...
View ArticleSSAS security for calculations
Hey I’ve a cube where I’d like to implement security access on different measures and calculated membersI've a calculation named profit which is derived from [Measures].[sales] -...
View ArticleHow to override SubTotal for Calculated Measure with Scope statement - Please...
Hello experts. I know this should not be tough and I knew how to do this but apparently I'm out of touch. I need somebody to get me out of my hole.I need to calculate the subtotal for ALL (visible)...
View ArticleMDX query for percentage change Month wise
Hi,Can you pls suggest me how to create MDX query for following requirement. CurrentYearCurrentMonthSales LastYearCurrentMonthSales %ChangeHere we are having three columns. These are...
View ArticleCalculated measure is displaying wrong data
HiI created a calculation measure which is displaying data more than what it is in my cube so can anybody Please help me. thia is my queryCREATE MEMBER CURRENTCUBE.[Measures].[Non Trad Admin Med Srg...
View ArticleParameter in MDX
Hello All,I am very new to MDX.I am struggling to implement parameters in MDX.Can somebody help me with this.This is how my Date dimension is - [Date].[Month]. The month values are like this...
View ArticlePerformance Issue on Calculated member using lag and lead when using more...
Hi All, My question is continuation from my previous question. I have to create two measures based on Startdate and Enddate selected from user. One is sum of last 90 days from startdate and other is...
View ArticleDisplay Zero in the empty Rows MDX
HI All,I was writing one MDX code so I wanna display "0" for empty rows.I was calling two rows in some cases it might have empty rows in some cases. some of them seems not empty but displaying as a...
View ArticleReady Compiled ASCMD.EXE x64 and x86
I know that ASCMD is now part of the CodePlex community. When you download the ASCMD it is downloaded as C# code and then you have to compile it to get the actual ASCMD.exe utility.My question is , is...
View ArticleDrillthrough vs Drillthrough and Local Cube permission in SSAS
Hi,If we just want to allow users to connect to the cube from Excel and through SSRS, is there a difference between giving them Drillthrough vs Drillthrough and Local Cube permission in SSAS? In other...
View Articledimension measures are not reflecting in the cube SSAS 2008
Hi ALLI am having dimension data like article table and column name is article_GTIN now the iSSue is data is present in the ODS.wen cuming cube GTIN are missing in cube report .once my cube process is...
View Article