Redesigning the cube
Hello,I have a cube with has 50 million facts. An important key is the documtentkey. There are about 8 million unique documents.Now those documents have attributes. Each attribute has it own table. I...
View ArticleAdd a new attribute from a new table to an existing Dimension
As per the requirement I have to expand a Dimension. In order to do so I have added a couple of new tables to the underlying DSV. Now I need to add some of the columns from the new tables as attributes...
View ArticleMDX Query returns no data ? Problem with DateTime Filtering .
Team , Grettings !I have this query which runs fine with commenting Date Range Filter fro BIDS MDX Designer .. But shows up Nothing when I Feed in Date Time ParameterThanks in advnace for your...
View ArticleTabular Model Measure with dynamic Format
Hello,I am trying to reach a solution that would add a especific measure format based on a table column and some expression.I was able to reach it using the FORMAT expression but somehow the value...
View ArticleShow all Countries exept one in where
I want to display all countries except USA, how should I write in the MDX code, inside of where statement?
View ArticleMDX Count on Filtered Set of Rows
I need to write an MDX query which goes through a filtered set of rows from my TEST_DW, and for each one it will return BelowZero=1 if MyValue<0, else BelowZero=0. I managed to complete this using...
View ArticleCalculated measure in SSAS Cube
Hi,I am quite new to SSAS.My fact table structure is like below - Emp_ID Flag Emp_Type Sales1 1 111 1002 1 110 1502...
View ArticleTime Intelligence Week calculation is incorrect
I'm having an issue with using the time intelligence week attribute when creating a filter in performance point. The Year, Quarter, Month, etc all work correctly except week. For instance, if I use...
View ArticleHow to Setup Cube for Queries between 2 Dates
I have setup a simple cube for school admissions data and the end user will be using Excel or SSRS Reporting Manager to access the data. The question I have is how to calculate applications (for...
View ArticleDifferent dimensation with and ,or conditions in mdx query
Hi,The below query i need below like this.(Roadbikes and mountainbikes) and (2005 and 2006).but the below query showing all years.select {[Measures].[Sales...
View ArticleAnalysis Services OLAP cube size increase from 2008 R2 to 2012
I'm upgrading Analysis Services from 2008 R2 to 2012 and I'm finding that cube size grows significantly in the new version.The same cube model imported into 2012 and rebuilt on the same timeline as an...
View ArticleUnexpected #Value! in excel when filtered for members
Hi AllI am using this measure in my cube. I have two hierarchies for date dimension. One hierarchy always fails when I filter for members. In this case if I am filtering for week, Year level fails....
View ArticleDimension default member has a strange impact both in dimension browser and...
Hello All, I have a scenario where I need to set a default member in a dimension attribute.The problem is that when I am browsing the dimension attribute (that is a parent-child) in Visual Studio I...
View ArticleRun SSMS using different user
Hi,I have SSAS installed on my VM but since SSAS takes only windows authentication I am not able too connect using different user. Anyone aware how to connect to SSAS using different user.Aniruddha...
View Articleand with or
hi,can you please help me in mdx query with AND ,OR condition.Req--(2008 or 2009) and 2010i need (2008 or 2009) then and 2010.below is my mdx query please help me.mdx query SELECT{...
View ArticleMDX : Please edit this script for me
WITH MEMBER [Measures].[ONE] AS SUM({( [Fact Payments].[Sale Ref].[Sale Ref].&[1000001057] ) , ( -{[Dim Pay Type].[Pay Type Key].[Pay Type Key].&[2]}) }, [Measures].[Amount]) MEMBER...
View ArticleGrand Total for tuples in mdx
hi, i need to write mdx query for grand total ,what i have mentioned below result set. I wrote query for tuple result like below. -----------------------------------------------------------...
View ArticleWriteback commit transaction failure with writeback table constraint
Hi,I have a problem using the writeback. Writeback table has limitations (tried constraint and trigger). When the current transaction is canceled in the trigger, I receivethe error:Errors in the...
View ArticlePrevMember will not rollup
I have gotten my query to calculate the PrevMember when at the leaf level, but I cannot get the measure to rollup.WITH MEMBER [Measures].[PrevHL] AS (([Gbp Usd Gaps H1].[Boll Width].CurrentMember, [Gbp...
View Article0.0 is converted to .0 in a SSAS Dimension
Hi,I have an attribute in a dimension which is of type decimal (4,1). When I look in SQL I see the following data 0.0 , 11.1, 22.2 and so on.However when look in SSAS I get .0, 11.1, 22.2 and so on....
View Article