Managed to Deploy Cube but can't Process in SSAS
Hi everyone, I have a cube a friend of mine and I have created on his computer. I opened the solution on my computer, verified that:1. DWH DB in SQL is restored up to date2. Instance name in Cube...
View ArticleHiding Dimension Members with a count of 0
Quick question. When browsing our cube via Excel I noticed I was getting back dimension members with blanks in the measure group. Here is an...
View ArticleMDX - Getting distinct count of two dimension attributes
I have a cube that uses a factless fact table to keep track of employees and loads nightly. It has a date dimension and an employee dimension. I'm trying to create a calculated member to count the...
View ArticleMS SQL server 2008 R2
With the interest to learn MS SQL server 2008 R2 was able to get a second hand book "MS SQL server 2008 R2 Unleashed" however failed to get the accompanying CD ROM with the example files/ extra study...
View ArticleMeasure not Visible in SSAS Tabular model designer - SSAS Tabular
I created a simple additive measure in sql server 2012 tabular model designer measure Grid in below the table colum. After the deployment measure not appearing in designer, but appearing in Sql server...
View ArticleHow to avoid counting NULL values in DISTINCT COUNT - SSAS Tabular Model
I have created the DISTINCT COUNT Measure in SQL Server 2012 Analysis Service Tabular Model. Its counting NULL value as well. How should i eliminate NULL value getting counted in Tabular Model Measure...
View ArticleMeasure expression not being evaluated
I'm admittedly somewhat of an SSAS novice. I'm attempting to calculate mean time between failure for a given set of assets. The fact table is defined at the grain of periods between failures and has...
View ArticleMDX top 30 recipes items for department
I am running into an issue that I have not been able to work out on my own. Hopefully someone out here has run into a similar issue and can pass along their lessons learned. I make this query SELECT...
View Articlewhat after running BIDS helper m2m matrix compression?
I've installed BIDS helper m2m matrix compression, and when I click it's icon in BIDS it works fine and it shows the reduction percentage, the compressed number of rows, and so on. But what after that...
View ArticleMDX Query Result Set in SSRS Query Designer
Gurus, It will be very helpful, If someone can help to find the answer for these questions.Question 1:I have executed the below mentioned query in the Mangement Studio (SSMS) and I am getting the...
View ArticleMicrosoft TechNet Wiki Guru - Winners for July!!
The results for July's TechNet Guru competition have been posted!http://blogs.technet.com/b/wikininjas/archive/2013/08/11/technet-guru-awards-july-2013.aspx Congratulations to all our new Gurus for...
View Articlehow to convert mdx to calc member.
I have the following MDX.How do I store it as a Calculated Member? SELECT NON EMPTY { [Measures].[RowCnt] }...
View ArticleUsing Filter and Rank function in a calculated column in SSAS tabular and...
I am trying to write a median function but I am getting the error "Measure 'Mortgage'[Ran] : Column 'Mortgage' cannot be found or may not be used in this expression.". What is the reason for this error...
View ArticleCalculations based on 2 Time Dimensions
Hello,In our cube we are having 2 times the Date dimension.Each transaction has 2 days, the transaction date and a performance date (we are in the cinema business).Now i would like to define a 3...
View ArticleIncorrect DataSet field generated in the OlapQueryLog when querying using...
We are getting an error when using usage based aggregations.TITLE: Aggregation Design Wizard ------------------------------ Errors in the aggregation designer. The...
View ArticleXMLA Process Database how to set Transaction Mode
We use SSAS 2005 and the Customer Analysis Services Database is processed during the night with a XMLA Command in a SQL SQL Server Agent Task step.The command i use is: Process...
View ArticleHow to calculate a percentage from the base measures using multiple records...
Background to current problem scenarioSSRS does not handle SSAS calculated measures correctly expressed as a percentage.However the same SSAS calculated member expressed as a percentage works fine...
View Articlegetting two measures from date dim
Let's start from the Relational Fact table. I have two date columns Status_Date and Create_Date. The third column is Status of different values -- RESULT 1: 2776 select Status_CANCELED =...
View ArticleSame where clause processing different dimension attribute
Hello!!!I’ve found a very strange behavior and unfortunately I’m not able to manage it.In my DSV I have two relationship between 2 dimensions:DIM_Project...
View ArticleCrossJoin Query - out of memory
Hi, I have the following MDX query against a cube - and I can get it to work - as it runs out of memory. I should be a fairly simple query so I can't really understand this.The measure is a...
View Article