Advantages / Disadvantages in terms of performance and diagnostics of using...
Hi, Please share me your thoughts on the usage of Storage area network (SAN) storage within a SQL Server 2008 R2 production Enterprise Business Intelligence Server. I read quite a lot on this subject...
View ArticleSSAS Cube Dimension Processing Error
Hi, I have changed the data type of one id coulmn in the database and refreshed it in data source of the cube. I am getting an error while processing the dimension which is using this changed column in...
View Articleimpact of using SSDT with SQL Server 2008 R2 porjects / server
Hello Experts, My comapny uses SQL Server 2008 R2. We are currently not planning to change our database to SQL 2012 but : We want to Create/update our SSAS/SSRS 2008 r2 project(s) using SQL Server...
View Articleconnecting to SSAS and getting list of cube using adomd.net in c#
how to get the lists of cubes connecting ssas. my requirement is connecting ssas and get cube collection list sample code is required 1) connectioning to ssas using c# 2)fetching the list of cubes from...
View Articlestore dimesion and cube from grape city active analysis pivot viewer
In ssas we have an option to create cube, dimesions etc when we close the ssas studio and open the same project again we have to select cube, dimesions is there any option so that we can store the...
View ArticleNot able to process a Cube
Hi All, I am getting the following problem while processing the Cube. Processing the cube gives me this warning message The thrown is AnalysisServicesProject1 database already exist on the localhost...
View ArticleCalculated Measure For All Product Sales MDX?
Hi Everyone I need a Calculated Measure which gives me the Total Sales of Products from AdventureWorks (Version AdventureWorksDW_SQL2008R2) CREATE MEMBER CURRENTCUBE.[Measures].[ALLProductSales] AS (...
View ArticleMDX Error
I have implemented a dynamic security , but i keep getting this error. I tried it various ways but they all result in the same. When i open the cube browser or Excel , i get this message and it does...
View Article[MDX, SCOPE()] How to correctly replace value of ( [Some Dimension].[All],...
I'm using SQL Server Analysis Servises 2008 R2. I need to replace the value of [Some Dimension].[All] when calculated against [Some Measure]. Here's what I have tried: SCOPE( [Some Dimension].[All] );...
View Article[MDX] Ordering by a generic calculated measure results in infinite recursion
I need to write a calculated measure that would show a share of Measure1 comparing to the total sum by any given dimension. I managed to do it like this: CREATE MEMBER CURRENTCUBE.[Measures].[Test] AS...
View ArticleQuestion on totaling in MDX
I have a situation where I need to get the Total across Years in my query. I have Years (and other dimension hierarchies on the rows and many measures on the columns. In order to do a total I create a...
View Articlefilter function with leaves()
Hi, First, I'm new in MDX so forgive if my question is nobish. I wonder if it is possible to use leaves() and filter function at the same time. So far I can't make it work. I have something like this...
View Articlewhat is the use of Package configuration in ssis, i am not getting,can u...
what is the use of Package configuration in ssis? defination: SSIS provides flexible and varied methods for configuring its packages. These allow operators or developers to change a package’s behaviour...
View ArticleBISM Tabular model need partition or not?
hi All, I have designed the tabular model, and there're 4 million records per month for 5 yrs in fact table. Just wonder whether I need to partition the fact table by month/quarter or not, because I...
View ArticleHow to optimize drillthrough Output columns(MOLAP)?
I have a Molap Fact Dimension, that has drillthrough action enabled that outputs 9 columns. How can I optimize the output results. To output 18k records, it takes about 6 mins. When I select a cell...
View ArticleCreate named set of organizations with parent org id in list
I need to create a named set from my organization dimension where the parent org ID is in a selected list. someting like this: filter( [Organization].[Organization ID], [Organization].[Parent...
View ArticleA MeasureGroup can have how many Distinct Count Measures?
Hi, A MeasureGroup can have how many Distinct Count Measures? In SSAS cubes thanks and Regards Ch.Samba
View ArticleIssue in dimension security
Hi, I am just beginner in SSAS and I have been designed a cube and where i have a dimensions 'Location ' in this there is hierarchies ' Geography' like 'location_ID...
View Articlecan we place distinct count measure in same measure group?
can we place distinct count measure in same measure group? Regards Samba ch
View ArticleHowTo MDX: Years in columns, Months on row?
Hi All, As follows. There's a common date dimension (with a date-month-year hierarchy) and a Calculated Measure (named M in beneath example) Is it possible, with the current setup, to display the data...
View Article