Incorrect Grand Total with Scope
Hi,I have two measure groups, one stores the measures by week, and the other by month. The two measure groups have the same structure (measures and dimensions), the only difference is that one measure...
View ArticleHow do I calculate totals for a distributed measure in SSAS?
I have an OLAP cube consisting of quite a few tables.In this scenario there's only reason to look at one fact table with costs. This table constructed by a join in SQL with a table of distribution...
View ArticleIs many to many relationship work like equi join in SSAS
Hi, Is many to many relationship work like equi join in SSAS Thanks in advance, Ramesh
View Articlemdx to display first day of the week
hi all,SELECT NON EMPTY { [Measures].[Count] } ON COLUMNS, NON EMPTY { ([Agt].[Name].[Name].ALLMEMBERS * [Date].[Calendar Date by Week].[Week Of Year].ALLMEMBERS * [Date].[Date].[Date].ALLMEMBERS )...
View ArticleExtended events - where is the documentation and some specific questions
I've been searching around the internet and BOL for information on extended events in SSAS. The only "official" content I have found is: http://msdn.microsoft.com/en-us/library/gg492139.aspxAm I...
View ArticleConditional Aggregation of Measure based on dimensions
Hey Guys,Currently my Cube has 5 dimensions and 1 measure group.Dimensions : Booking Center, Time, Product (Parent Child), Service (Parent Child) and Value Type (Parent Child)Measure: ValueMy...
View ArticleCreate an offline olap cube using any relational data source.
Hi,I was wondering how can you generate an olap cube programmatically in c# using any relational datasourcewithout using analysis services. A concrete example (something i couldnt find anywhere on the...
View ArticleAdventureWorks vs AdventureWorksDW
I am new to SQL Server.There are 2 databases for AdventureWorks sample application, AdventureWorks and AdventureWorksDW.Is the AdventureWorksDW database generated from AdventureWorks or it is design...
View ArticleCube deployment process
I am new to BI, I have been trying to deploy or process a cube (using Visual studio 2008, AdventureWorkDW2008), it process the db as indicated "Processing Database 'TK 70-448 SSAS Project' completed"...
View ArticleHow to Install multiple ASTrace services for the multiple instances of SSAS...
Hello,I would like to install multiple services of ASTrace for the multiple instances of SSAS (OLAP\Tabular\PowerPivot) on the same server.The installation of the first ASTrace service was ok,But...
View ArticleFilter Dimension by Parameter in SSRS DataSet using MDX
I have a Tabular Model in SSAS.There are two tables:DimQuestions (QuestionKey, QuestionDesctiption, QuestionGroup)DimQuestionGroup (QuestionGroupKey, QuestionGroup)FactResults (...)I also added another...
View ArticleCreating a Calculated Member using another Calculated Member
Is it possible to create a Calculated Member using an already existing Calculated Member? I tried and there is no Syntax error but the cell shows no real value in the data cell under the browser tab,...
View ArticleHow to avoid rollups at parent level of hierarchy????
I jus need to show hierarchy i.e., Jan Feb Mar rolling up to Qtr 1.Which I m able to do it, the problem which we are facing is while we push data in SSAS cube.It roll up the value available in Jan Feb...
View ArticleNext enhancements for SSAS 2012 Tabular
Hi,after one year from the SSAS 2012 release, I'd like to know which could be the next enhancements for SSAS 2012 Tabular.Any suggests, please? Thanks
View ArticleWill partitioning help with 4,294,967,296 tuples issue? What about SSAS 2012?
I've created a shell dimension with a nonaggregatable attribute and SCOPEd each of the members. What we've been finding is that as long as the user only uses 5 or fewer members in a single query...
View Articlemany to many white paper - Unary Operator
Has anyone implemented one child many parents scenario with unary operator using many to many white paper?I have a similar case but couldn't really implement it using the solution in the white paper....
View ArticleWill OLAP Cube and MDX expire?
Hi,after release SQL Server 2012, i have seen in few forums that MDX and Cube will not get any enhancements from Microsoft and in very future it will be expired. Please let me know is it correct...
View ArticleCube Access VPN - Best practise
What are the best practises for accessing Cubes over the VPN? We have been asked to provide access to SSAS Cubes SQL2008R2 across the VPN. thakz
View ArticleMDX Calculated measure for below requirement
Please tell me how to create calculated measure for the below requirementSales Forward WeightORS_PLN.ALOC_QTY_W – ORS_PLN.RREC_QTY_WWhere PHD status = L, R or FWhere Line Number does not begin with...
View ArticlePercent Calculation using MDX
The above mdx is not calculating percent for the grand total when the users move the dimension in the pivot table move from raw lable to column lable . Is there any workaround ?Thanks , Beney
View Article