Calculated member to calculate % of sales of a parent
Hi, I have an issue with a calculated member in SSAS 2008R2. I think it's relatively simple but I can't get my hands on it. I am relatively new in MDX. I have a dimension [Projects] with a hierarchy...
View ArticleProblems creating new measures or editing existing ones
Hi, I'm using VS 2010 on Windows Server 2008 to build a tabular model. I'm facing the very annoying issue that after some time I can't edit any measures or create new ones, the keyboard seems to be...
View ArticleDifferent ways to deploy a Cube
Hi ALLI need to know what are the different approach to Deploy the cube.I know below options;1.BIDS2.Deployment Wizard3.XMLAIs Their any other approch we have ?And how we do this using increamental...
View ArticleMDX Last Periods Rolling Count Null Values
I have created a calculated member in my cube to figure out the event count for a 12 month rolling period. I have a measure calledEvent Count I have used the LastPeriods function to do this. However, I...
View ArticleProcessing SSAS 2012 Dimension - slow
We have a fact table with 280M rows. Here is a sample structure:CREATE TABLE fact ( PK BigInt ,Ref1Fk BigInt ,Ref2Fk BigInt ...)It references a "generic" lookup table, which is structured as...
View ArticleA set has been encountered that cannot contain calculated members
Can anyone helpI am using the Year to Date calculation generated via add business intelligence for the following measures in the...
View ArticleGenerate and publish scripts using SSIS
Hello, let me explaing my environment and requirements:I have a database with tables and views according to that table. Many people, around 10 create and remove views on daily basics (this is normal...
View ArticleProduct not sold query
I have a hybrid cube structure combined in one AS cube (Product bought , product sold)I'm trying to create a report that can show some which product are not being bought by customers(So that we can...
View ArticleFilter Dimension Members for which there are no Measure values
Hi, Is it possible to filter out Dimension Members that have no Values in Measures?I could add more clarification if neededThanks in advance
View ArticleError on deploying Tabular Model
I am following tutorial,http://technet.microsoft.com/en-us/library/24863a8a-9017-415a-a97b-fbac76ed0675On this deployement part, i am getting the following error,Another 'Database' object has the...
View ArticlePartitioning options for large fact tables optimised for YoY comparisons
Hi,I was after some advice on partitioning fundamentals.I have a Sales fact table that is approx. 800M rows (300GB), which currently holds 18 months of data.I have a shedload of measures, incl,...
View ArticleDAX simultaneous query issue - Part Human/Part Bug?
Hi all,I have a web application that sends multiple DAX queries to the server in an asynchronous manner. I was finding that occasionally (maybe 40% of the time) I was getting bad results (for...
View ArticleHow to configure MSSQL to save all kind of transactions in a database table?
I'm trying to automaticaly save all the transaccition occurring in my database into a single point, that could be, preferentially, a table created in a database inside the manager, just like i can do...
View ArticleMDX Operation, Syntax correct, Values = NULL
I Need to do the following calculation in mdx (i hope the code is straightforward, if clarification is needed please tell)([Orders].[Customer].CurrentMember, [Measures].[InvoiceAmount]) /...
View ArticleConditional Count Aggregation in SSAS
Hello there,I need to make a DistinctCount on a column and only need to count the key those are > 0.I would like to know what approach I should take for this conditional distinct count. Regards,Palash
View ArticleMDX with multiple criteria from same dimension
HiI have a cube with 3 dimensions - Date, Product, Store and also Sales Value (amongst others) as a measure.Within the Product dimension is Department, Product, Sell Price, Cost Price and URL (the URL...
View ArticleSelectively display a hierarchy level in a Pivot table (by modifying the...
I have an Excel pivot table displaying data from a cube I created in VS 2010. I have a hierarchy derived from a dimension, it's basically a product hierarchy. The customer would like to add groupings...
View ArticleROLAP Distinct measure
I'm using sql server 2008 R2 SP2 CU6. The storage mode for fact is ROLAP and dimensions are MOLAP. Have set EnableRolapDistinctCountOnDataSource as 1 in ini file.When MDX with distinct measures are...
View ArticleUPDATE CUBE statement using WEIGHTED_ALLOCATON gives "type mismatch" error
UPDATE: Environment is Microsoft SQL Server 2008 R2 (SP2) - 10.50.4290.0 (X64)----Hi all,In a writeback enabled cube I am having trouble with a "type mismatch" error that occurs as soon as I specify...
View ArticleMark As Date Table is NOT working
Hi,The model has a table named ‘Date’. I want to mark this table as Date table. To do this…I select the tableChoose table menu à Dateà Mark as date tableIt shows a dialogue box with drop down that has...
View Article