Total in MDX
Hi, I have a problem when i browse the cube.I have this MDX calculation: iif(x>y,x,y)The problem is that the total is not correct. For example: calculation1 52...
View ArticleOptimizing MDX latitude/longitude query
Hi Darren,I may need your help in tuning this one... this query takes more than a minuteWITH MEMBER [Measures].[Avg Latitude] AS ([Measures].[Cluster-Latitude-Avg] / [Measures].[01Exposure Values...
View ArticleSSAS Cube Deployment Error
I'm trying to redeploy the cube from BIDS to the development server. I have made some changes to the cube in BIDS & trying to redeploy it to the dev server. I get the following server. Errors in...
View ArticleCalculated members slowing query response times unacceptably
I am having query performance problems with a relatively small cube that are related to a handful of calculated members of my Budget Scenario dimension.Among the Budget Scenarios used by the business...
View ArticleHii, i am using microsoft sql server 2008 business intelligence development...
Hii, i am using microsoft sql server 2008 business intelligence development studio. My problem is when i want to create new data source view for my project, and when i click finish the following...
View ArticleActualizar nuevos datos en cubo, creado e implementado (Analysis Services )
Hola, tengo una pregunta:¿Como actualizar la data del cubo después de implementar (Deploy) el proyecto de SSAS?.Paso a detallar mi duda, tengo un proyecto sql server business intelligence development...
View ArticleOne database for Reporting Services data and another for Analysis Services?
I have a database that contains tables with snapshots of data taken from our OLTP database. It also contains many stored procedures which are used along with the snapshots as sources for Reporting...
View ArticleUnable to select dimensional values along with measures in MDX
Hi All, I'm new to MDX and I'm trying to select some dimensional values along with measures on rows. The dimensional attribute that i want is metro id, but I'm not able to figure a way to do this. WITH...
View ArticleWith Member Clause in MDX
WITH MEMBER [Measures].[a] AS[Item].[Hierarchy].[Item Type].MembersSELECT [Measures].[a] ON 0FROM [Data Source1]The above code giving output as#Error. Can any1 me why its happening and wat to do to get...
View Articlecount Hierarchys on axis x
hi.i need to count how many slicer (dimantions) i have on axis x?
View ArticleParser: The following syntax error occurred during parsing: Invalid token
Hi Experts,I am getting the following error during processing the measure group..."Parser: The following syntax error occurred during parsing: Invalid token, Line 190, Offset 17, £."There are several...
View ArticleMicrosoft OLE DB Provider for SQL Server 2012 Analysis Services." Hresult:...
Hello all,I am pulling the data from SSAS cube using MDX query. In pre execution phase i am getting this error. Please any on can help me on this
View ArticleThe attribute key cannot be found- for empty - not null key
How can I set an empty key in fact table to go to unknown member?Ex- CustomerID is '' (not null). Thanks
View ArticleCannot Access Cubes from Excel please need help
Hi All,I have a report in excel on my desktop and its running great for past few months and all of a sudden when i try to refresh the data i'm getting an error "Errors in the OLED Provider. Couldnot...
View Articlebudget, actual and forecasts - make a measures or dimension?
i would like ask about best practice for designing OLAP cubes.one of my projected cube will have financial data. data with similar dimensionality, but in many aspects, such as actual (real data),...
View ArticleIs there a way to centralize security in multiple tabular models without...
I have recently read the Microsoft white paper 'Securing the Tabular BI Semantic Model' and have successfully created a couple of in-memory tabular databases to test the recommendations made.We have...
View ArticleSSAS Tabular Mode running out of memory when processing. Complete...
Hi, this relates to SQL 2012 AS Tabular mode running out of memory when processing. This question relates to processing of an SSAS solution which runs in Tabular mode. I battled with this issue for a...
View Articlemicrosoft sql server 2008 business intelligence
Hii, i am using microsoft sql server 2008 business intelligence development studio. My problem is when i want to create new data source view for my project, and when i click finish the following...
View ArticleIn MDX query Data pulling into Power pivot table that time showing error??
Hi Experts,My requirement is Cube data pulling into Power pivot table.I am writting MDX Query SSMS side Query executing is fine.But Power Pivot level throwing error.Unable to cast object of type...
View ArticleMDX - How to get last status of complaint in some period
Hi,On facts table, I have measure Number Of Complaints, that is simple counter (each row is counted as 1). Also I have LifecycleStatusDate, and of course StatusID.When Status of complaint changes, new...
View Article