setting a different default member based on the perspective?
Hi,I want to set a different default member on 1 dimension regarding the perspective used by the user.in management studio, I can run this:alter cube [Perspective] update dimension...
View ArticleCustom date ranges
Hello, User has asked me to create matrix that shows revenue by specific period. I have periods in my relation db: |From |To |Name | |01.01.2001|15.15.2002|Period 1| |02.02.2001|16.16.2002|Period 2|...
View ArticleKey cannot be null.Parameter name: key
If you ever encountered this error. I already knew that we can resolve it by restarting the services.I just find out that we can also 'Process Clear' the cube, then 'Process full' the cube to get ride...
View ArticleCreate a named Calcualtion
Hi all I have column in my fact table has nvarchar data type the column name is New/Used the value is N for New , U for Used car I am trying to make a named calculatino for this column my named...
View ArticleMDX Filter set by Date inside a set
Hello again,I'm having trouble to filter a set with a condition that verifies if the calculated member(Date) is part of an date set.I really don't know how to write this query, so I'll post what I wish...
View ArticleDisplay 0 before decimal SSAS
Hi Friends,I have one dimension which is have values. So I want to display 0.34, 0.12 like this but now it is displaying like this .34, .12I have formatted like this still it is displaying like 0.34,...
View ArticleProblems deploying 2008 R2
I am getting this error msg when trying to deploy a cube in 2008 R2:Error 5 The project could not be deployed to the 'localhost' server becauseof the following connectivity problems : A connection...
View ArticleSSAS Tabular. MDX slow when reporting high cardinality columns.
Even with small fact tables( ~20 million rows) MDX is extremely slow when there are high cardinality columns in the body of the report.e.g. The DAX query is subsecond.Evaluate SUMMARIZE (...
View ArticleCan't find recursion error on simple cube/scope
I’m getting a very strange recursion error where I can’t seem to see where the recursion is. Here is some info on the test cube (the actual cube this is being developed in is extremely large)The...
View ArticleText Measure with no aggregation.
Hello!I have a need to do some kind of data transformation. I have a system that allows users to answer something like a questionaire and I have the need to display their answers as columns instead of...
View ArticleMeasure dimension contains more than one hierarchy
HiI added a calculated measure to the cube. When I process it I get the error that says "Script MDX(7,8) measure dimension contains more than one hierarhcy. Tehrefore hierarchy must be defined." I...
View ArticleTabular YTD Distinct Counts
Is there a way to get YTD Distinct Counts to scale?Assume a model with customers (~ 1 million) and sales (~ 1 billion) related by a customer id.Lots of demographics hang off the customer.To add...
View ArticleHow to Parameterzing SSRS report ?
Hi,I have one project in that I am parameter company and product.like I have two company Wipro and Acer for Wipro products are ' Bags and Laptop ' for or Acer products are ' Desktop and Mouse 'I am...
View ArticleHelp need in MDX
Hi - Please help me refining below mdx query in where clause:SELECT------WHERE ( [OrderLine].[Company].&[1] ,[OrderLine].[Item].&[PTX] ,[OrderLine].[Customer Active Inactive].&[A]...
View Articleset of top X children of current member
Hi I need to present top 5 children of current selected time member (can be any time heirarchy member in any level).Time hierarchy is on Slicer and i need to present its current selected member top 5...
View ArticleMany-to-many relationship issues
HelloI have the following model in a Data Warehouse:FactDailyBalance --> DimProduct <-- FactProduct_GeneralLedgerBridge -->DimGeneralLedger <-- FactDailyGeneralLedgerBalancesi.e. there is a...
View ArticleMDX Passing a table driven value
Hi all! I need some help with passing a parameter to a calculated member within a cube. The calculated member below works perfectly. But notice the hard coded value of 14 to determine the days lag...
View ArticleSSAS Cube Calculation based on Lookback Window
Hello,I am not sure how to implement this in SSAS. Right now, we are using tables to create the reports, but I would prefer to build an SSAS cube if possible. Here is a little background:We need to be...
View ArticleCheck if a measure exists
Hello, Is there something like a metadata MDX function or a workaround to check if a calculated member or measure exists? Something like:IIF(MEASUREEXISTS(Measures.Test,1,0) Thank you very much!
View ArticleEnable logging for usage based optimization.
I need to enable logging for usage based optimization. I've set all the properties on the SSAS Server, but get nothing when running queries in Production.Log \ Query log \ CreateQueryLog Table = true...
View Article