SSAS MDX performance tunning
Dear guys,How can fine tune the following MDX query. Currently it takes 1mmin25sec to run which is too much...I am trying to get for each Pos Stratum (kind of point of sale Category) the best sale.....
View ArticleRemoving duplicates in Dimension
Hi, I have created one Dimension that is parent-child dimension, it contains duplicates and the hierarchy of the dimension is correct. But my problem is to eliminate that duplicates from that Dimension.
View Articlemdx wont resolve null value
when i exec the following mdx,with member [Measures].[rec_check] as iif(isempty([Measures].[_Acctdtl Transaction Count]),0,1) SELECT [Measures].[rec_check] on columns FROM [Main Transaction Detail]...
View ArticleHow to restrict the dimensions as per the role in SSAS?
Hi All,I have done the cube it is working successfully. And roles are decided also devided as For Full access and Read only.my question is, i am trying to restrict the dimesions as per the required to...
View ArticleBottom Count at different hierarchy level
Hi,I am looking to get bottom count of products against a sales measure with a filter of Class that is not part of the same hierarchy and is one of the attributes in the list. So AdventureWorks...
View ArticleMDX question on hierarchy, level and current member
I am trying to always use a specific level in a hierarchy inside a calculated measure.For Example, in my function, this expression works fine:[Time].[YQP].currentmemberMy YQP hierarchy is Year ->...
View Articleperform drillthrough action in cube browser window using SSDT
Hi, Can anyone help me how to perform drill through action in cube browser window using SSDT (VS 2010 SP1) ? , I can able to do on previous version by right clicking on the measure value and select...
View Articledisable calculated measure for all attributes in a specific dimension
Hi,SSAS 2008R2, Excel 2010...I have a dimension "Forhandler" that has something like 20 atributes. I want a calculated measure: "Abonnement" to retur null for all attributes i that dimension.... How do...
View ArticleError message when browsing 2008 R2 cube from Excel
Internal error: An unexpected error occurred(file mdsubcube.cpp' line 6253, function 'MDsubcube::IsPartiallyCoveringCell').John Schroeder
View Articleget two columns from same hierarchy
Hi, can i get two columns from the same hierarchy in MDX,for example i have company dimension it is parent-child dimension, if i want to see one level in one columns and another in another is that...
View Article4,294,967,296 tuples limitation, new twist?
I have a query that was originally created via a PowerPivot query. I've simplified it below for readability. This seems to be something that's been encountered any number of times by others and I've...
View ArticleNeed Help : How to deal with FactlessFact table in cube to get their other...
I have below 4 tables and their fields . Need to find best approach to present relationship between 2 loans and their appropriate measure value during cube development. I don't get any idea how to...
View ArticleProcessing in Tabular Mode shows out of memory after loading cache
Hello all,actually we are seeing a strange behavior of SQL Server 2012 SP1 Analysis Services in Tabular mode.We are a running SQL Server on a Windows Server 2012 Maschine. After modify one measure we...
View ArticleCalculating average sales per transaction where a specific product is involved
Hi!I have a cube with sales-transactions. The granularity is on Sales-transaction-item-level.Example *SalesKey -TransacationKey (Just a column in the fact, no dimenssion) -TimeKey -GeographyKey...
View ArticlePassing dynamic parameters to MDX Query
Hi all,I'm trying to pull daily data from the cube(that out of my control) using simple query of data keys.I do have..1. MDX Query is ready.Select ...... WHERE ( [Date].[Y-W-D].[Date].&[?]? =...
View Articlessas 2008 Dimension DataColumn DataType UTF-8
I am creating a dimension on a company attribute table from SQLServer.The company column in the data base table is datatype NVARCHAR(250) and contains UTF-8 data.When i try to process the dimension in...
View Articlesql question
I have created a database for my work and now at the end of month reports are due. I have made all the queries and everything is working great. But, my boss now wants a number that I dont know how to...
View ArticleHow to create a instance dynamically with cross join function ?
HIwithmember [Ganesh]as'{Crossjoin([Date].[Week].[Week],[Measures].[Teu])}'select[Ganesh] oncolumns,nonempty [FACTCBI-Shipper].[Customer Id Sh].[Customer Id Sh]ONrowsfrom[Commodities]...
View ArticleMSAS database upgrade - Is reprocessing of data required
I have a large SQL 2005 cube , that I upgraded to SQL 2008 R2. The source database also has been upgraded to SQL 2008R2.Do I need to reprocess all of the data in the cube now, or just changed data in...
View Article