Error 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 ArticleCompatibility of SQL Server 2005 with Visual Studio 2012
Hi,Presently i m using SQL 2005 & Visual Studio 2008, i want to upgrade visual studio to 2012 version with same SQL 2005.Just wanted to know will it work."Compatibility of SQL Server 2005 with...
View Articledisplay on sharepoint data from SSAS (without using excelservices)
hi,i'm using visual studio to display data from an Analysis Servicei have followed this link:http: //www.codeproject.com/script/Articles/ViewDownloads.aspx?aid=28290 to create the project: on a web...
View ArticleNamed set issue
HelloCan anyone please tell me how to fix the error: "Error occurred retrieving named sets: MdxScripts(Sales) (8, 5) The 'Account Number' hierarchy appears more than once in the tuple." in mynamed set...
View ArticleSSAS caching resulting in inaccurate results being returned
I have a question about some weird behavior we’re seeing in SSAS 2008 (SP3), and I was wondering anyone out there would be able to help me?Short Story:SSAS seems to be doing some level of caching on...
View ArticleSum over Dimension-Member
Hi all,I've got a mdx statement as follows:WITH member [TST]AS SUM([Date KER].[Year Name].CURRENTMEMBER,[Measures].[Turnover])SELECT NON EMPTY {[TST],[Measures].[Turnover]}ON COLUMNS, NON EMPTY {...
View ArticleAdding Two calculated mesures into one measure
HiI have two claculated measures but i need to combine them for new calculated measure .these sre my measures1) 1) CREATE MEMBER CURRENTCUBE.[Measures].[Non Trad FTEE MedSrg ] AS Sum({ ([Locsrv].[Clinc...
View ArticleMDX Query for Previous Year YTD calculation for leap Year
Hi,I have a calculated member for prior YTD calculation based on the user input of date, for example if user select Feb 20th and the calculated member give the last year YTD from Jan 1st to Feb 20 SUM...
View ArticleAdding time dimension in the project
I have two dimensionsContact and Sales and fact tablefact table contains following attributesOrderDate,TotalDue,TaxAmt,SubTotal,FreightMy Source table does not contain any Time table.I want to add Time...
View ArticleIgnore Dimension Key Errors in AMO
Hello,I am trying to process all partitions of a measure group using AMO VB.Net script. I used the below code from one of the online...
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 ArticleGetting Average over more than 1 tuple
Hi,What i'm trying to do should be fairly simple, I am just struggling to work out how to acheive the desired result.I have a dimension of dealers and each dealer belongs to a network, so:Network...
View ArticleI get a each city in every state, when the city does not exists for the state...
So we have a large data extract for service tickets (help desk tickets). Each row in the extract has data for a ticket including the ticket info, customer info and analyst info. I used the extract to...
View ArticleCalculating Average of TOP(n) to be used as reference value for other...
Hello all,I am fairly new to MDX and my current project really gives me a headache. I hope you can help me with that.We have several stores which are divided into different sales regions. So I built a...
View ArticleAdvantages and Disadvantages between using Partition and Subcube to filter data.
Hi All,What are the advantages and disadvantages between using Partition and Subcube to filter data? Also, I found that some partitions were created by SSAS automatically. When and under what...
View ArticleGot Error "Cube has been deployed and processed Error " when I process cube...
Hi All,When I process cube using SSIS package , the package gets executed successfully. But when I try to browse the cube from SSMS its throwing the below error. Error : "Cube can't be browsed.Verify...
View ArticleOne universal YTD calc/set for all measures
Hello,is it possible to just have one Year To Date measure (YTD) for all measures inside the cube? I have a couple of Sets for "Last 15 month" for example..I can put any measure on it as long they...
View ArticleUsing two levels from the same hierarchy on different axis for YTD
I have a Fiscal date hierarchy with two levels: Fiscal year and Fiscal month. I use this hierarchy in a year-to-date calculation using the PeriodsToDate function.I want to see the evolution of this...
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 ArticleMDX query dimension properties generates OLAP storage engine errors
select {[Measures].[POS Units] ,[Measures].[Store On Hand Units] ,[Measures].[Lost Sales Dollars]} on columns, non empty [Item].[Consumer Product L3 - Sub-Category].members --[Item].[Consumer...
View Article