Analysis Server Properties list
Hi all i want to get the list of the "Analysis Server Properties" using something like T-SQL or etc... I am using SSIS to capture this i need 1- Analysis Server Properties list (so that i can save it...
View Articleytd date calculation mdx ssas
i am trying to compare the measure value for the current year to date with the prior year to date. in such a scenario, in aleap year, feb 29th 2012 will not have a feb 29th 2011. in such a scenario, i...
View ArticleAdding KPI to SSAS Tabular Perspective
SQL Server Data Tools within VS 2010 Shell 2012 SASS in Tabular Mode I've created a Measure and KPI in my fact table. I've created a perspective named "Summary" When selecting the fields and measures...
View ArticleSorting in MDX
Hi I have below MDX query. Now I want to sort the records on [Sub Extension] in DESC order. I am not getting how to apply ORDER on it. Can some expert guide me on it. SELECT NON EMPTY {...
View Articlehow to optimized SQL Server Performance
Hi, i am using SQL Server 2008 R2 Ent. Server is 2 node cluster and plus mirroring. SQL is being used for SharePoint, TFS and Reporting Services. Now response from DB is getting slow. Reporting service...
View ArticleWhy SSAS perform 'order by' operation when process a cube?
When I process a cube, SSAS 2008 R2 retrieves data from Oracle data source and automatically perform 'order by' clause. How to avoid this?
View ArticleHelp with MDX range
I have the following MDX in a script block on my cube scope([Scenario].[Forecast]); this = ([Scenario].[Actual], [Date].[Calendar Weeks].CurrentMember.Lag(4):[Date].[Calendar...
View ArticleIf one row is empty remove all rows with same category name
I have to get data from the cube from the last (some no) of weeks.I need all the specialisms(dutch word) that have values for all the specified number of weeks ,and if one specialism has one null value...
View ArticlePivot Table Drop Down ActiveX
Hi All, could you please help, whether Pivot Table drop down function can be used programatically? I mean, I have for example 3 items from a hierarchy in a cell, MemberA, MemberB, MemberC, and if I run...
View ArticleAvailability to cube data during restore
Hi, I would like to know if cube data is available for querying during 'restore operation' of a database. I restored a database and was still able to browse the 'cubes'. I would like to have a second...
View ArticleCube Builds but gets an error on deployment (DDL300_300: FormatString Line...
I am deploying a cube after changing a number of measures and dimensions. The Cube builds sucessfully (warnings only) with no errors. When the cube deploys I get an error message as follows: Error 17...
View Articlehow to make a calculation for a specific dimenssion´s value
Hi I have to create a report from a cube, something like this: Jan Feb Mar Apr initial 0 100 250 400 income 300...
View ArticleDefaultDrillthroughMaxRows
Does anyone changed this option to 100K or more than that? Is there any performance impact of doing so?
View ArticleSSAS TABULAR DAX - TOTALYTD of a measure shows incorrect value.
Hi All, Appreciate any help with the following. Following example measures gives incorrect values. {Ref: Adventure Cube | Table 'Internet sales'} TotalSales:=CALCULATE(SUM('Internet Sales'[Sales...
View ArticleMDX output in cellset
Hi I have executed following query on SSMS and I got only Quarters but when I executed the same using AdomdClient objects. I got parent levels too..how to get the same column names which SSMS display...
View ArticleHierarchies reflect wrong values in the cube
Dear All, I have the issue with hierarchies again, this time if i check i couldn't find any one to many relationships up the hierarchy, the hierarchy is build on a Product Table and below is the...
View ArticlePrevent local cube from being Refreshed
I have a local cube file that I generated directly from its relational source data, using the technique described by various other parties, such as:...
View ArticleSSAS 2008 Enterprise - Complex Additive and Semi-additive calculations
Hi all, I need to calculate cumulative values for Product Budgeted Qty and Movement Qty by "Change Date Hierarchy" filtered by Movement Date. The complexity is that "Stock Movements" are additive and...
View ArticleSSAS DATABASE RESTORE PERCENT
My SSAS database restore is in progress since three to four hours ..is thre any to check the percent that how much percent my SSAS database has been restored. Like in Normal .bak datbase restore shows...
View ArticleIif statement on comparing dates
I have a lot of KPIs where I have to measure the amount of hours between two dates, for example how long it took between the order date and the fulfillment date. Until now, I have added calculated...
View Article