FILTER Question
I have a question regarding a FILTER clause in MDX. I have what I think should be okay MDX syntax, but when I try to prepare the query in Query Designer, it just hangs. Is the syntax I'm using...
View ArticleSytax help for multiple "statements" in a Named Set
I have two separate "statements" that I need combined to be in the same named set within BIDS. I'm having syntax issues. Here are both:TAIL({NULL: StrToMember('[Date].[Year - Quarter - Month -...
View ArticleSSAS 2008R2 SP2 - Dimension attribute working in dimension browser, but not...
Hi folks,I have a simple dimension called curves, with 2 attributes - Curve Name (key) and Curve Type.Curve is either of Type Risk or of Type Market. Curve type is directly related to the key, and the...
View ArticleHow to display total by Scenario Dimension member in Excel
Hi I am currently working on building a expense budget on SSAS 2008 R2. I have a dimension named 'Scenario' which has members - Acutal, Budget 1, budget2, Budget 3.. I also have calucated member...
View ArticleSSDT Save error
SSDT solution cannot be saved.The Operation could not be completed. No such interface supported.However, every time you click SAVE ALL, an empty project folder is created in the local file systemThis...
View ArticleCREATE CALCULATED MEMBER with setting additional custom property value
Hi.I try to create a calculated member in a dimension and have to set the custom attributes from the dimension also. Actually every attribute is empty. I tried to use the following expression described...
View ArticleHow do I set the deadlock priority on an "Analysis Services Processing Task"
I have an inherited an SSAS Cube.There is a nightly job to rebuild the cube. But occasionally a SQL task will run and block some resource the Cube is reading from and the rebuild will fail with...
View Articleone-to-one relationship between attributes
I have a dimension named [D Projects] that contains a lot of attributes related to project like project number, project title, project start date, area ... etc.How can i tell the SSAS engine that the...
View ArticleTfs - System.OutOfMemoryException on MDX query using [Version Control...
Copied from http://social.msdn.microsoft.com/Forums/en-US/tfsreporting/thread/622c87ca-ce68-40ad-8a77-33a3989dcac2/GentlepeopleUpfront MDX beginners warning :sSo..I am trying to get an MDX query going...
View ArticleMDX to pick the data from first day of the current month
HiI need to make a mdx query to pick the data from first day of the current month.SELECT [Measures].[Internet Sales Amount] ON COLUMNS,[Date].[Fiscal].[Date].MEMBERS ON ROWSFROM [Adventure Works] The...
View ArticleCombining last child with distinct count
I have cube, where I show number of active subscribers for every day. Because each subscriber can have different service, and I want to measure just number of subsriber, I use "Distinct Count" Agregate...
View Articlenon processed cube migration 2008 --> 2012
I have sql server 2008 cube that have not been processed, and I need to migrate it to sql server 2012. can I do it without processing it?tnx
View ArticleMultiple cascading many-to-many relationship - SSAS 2012 Tabular
Hi,I'm implementing a SSAS 2012 Tabular model and perhaps I'm encountering a multiple cascading many-to-many scenario.In brief, I've this situation:- Fact table (M) related to the table A (1);- table A...
View Articleadding more columns
hi,i have an mxd query that returns the data for yesterday (dynamic). what do i need to do to return the data from the day before yesterday in the second column and make a third column with an avg...
View ArticleSSAS Cube Help on aggregation
So I created a view TicketDescription, using the Rank I assing unique values to set of ticket and description.... I dump this RankId into Fact table...by joining the fact measure view to the view for...
View ArticleWhy use MDX?
After 3 months of trying to learn MDX, I can now see why some people refer to it asMind Destroying eXpressions! In my 20 years of programming (school, university, work), I have successfully learnt some...
View ArticleAnalysis Services 2012 - Does Alter Partition Update the Header?
Does anyone know if running an Alter statement (XMLA) which modifies the Query Definition on an already processed partition results in an updated partition header?We are trying to manage processing for...
View ArticleAggregate on a non key column in SSAS 2005
HiI am using SSAS 2005. I have aggregate a non key column in the partition. When I go to Aggregation Design Wizard, it doesn't give me option to choose non key column. Please let me know if there is...
View Articlecannot open cube project "Errors in the encryption library..."
I have been working on this tabular model project for the last week. This morning I had to reboot my machine, and now when I go to open my project in Visual Studio (Premium, sp1), I get a pop-up saying...
View Article