Camel Case in Measure Name
Hi All, I am having some difficult in creating a measure name with both Upper Case and Lower Case with no spaces in it. If I have a field "SqRDoXaBcDDAddd", when I create a new measure, the measuer...
View ArticleDates Are Off at the Qurter Level of Time Dimension
I'm running into the weirdest issue with my time dimension. I have anormal time dimension that's a physical table. Everything processes fine, but the issue is with a hierarchy I created. I have a...
View Articleissue with roll up
hi, i am having calculated measure.. i am having issue with its grand totals/when its been rolled up... its behavior should be sum of its childrens rather than calculation based on rolled up values of...
View ArticleCan't connect to Analysis Services Server from SQL Server 2012 Data Tools
Hi: I can't seem to find an answered question w/quite the same problem I'm having. From 2012 SQL Server Data Tools everything works fine, including creating cubes w/the wizard. However, when I go into...
View Articlemy SSAS server can not be restarted. Would you help me:(
Hi, All I am using SQL server 2008R2. It has been very good until yesterday. I can not restart my SSAS server. The error says that I should check EVENT LOG file. So I go to Event viewer and get the...
View ArticleExisting() function
I've been seeing different behaviors when using the Existing() function on Aggregates. I've seen this function provide incorrect answers when added, also I've seen performance problems when this...
View ArticleSSAS - General Question regarding totals in Dimension hierarchy
I have a fact table with granularity at the MFG OPERATION level. OPERATIONS are performed on JOB and each OPERATION can Pass or Fail a number of Parts. The transaction data looks like this: JOB #1...
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 ArticleManaging tables with more distinct values in SSAS tabular
Hi, for a my project, I need to manage in a tabular model a SQL table with a primary key and therefore with all distinct values for this column. In order to optimize the compression task performed by...
View ArticleUnary operator and local Cube (sql server 2008)
hi, We process local and server cube (c# with amo sql server 2008), at present I implement unary and custom rollup with server cube its ok but with local cube , I have a problem a caption of...
View ArticleCalculate percentage based on total
Hi, I have a financial cube that requires percentage of revenue for each account based on the grand total revenue (all accounts) for the period selected to be shown next to the account in the report....
View ArticleUsing dynamic set in a excel chart.
Hi Team, I am building a excel dashboard which has year as a slicer and also year in the y-axis as shown below: And I have to always show the latest year in the graph from the selections made in the...
View ArticleCumulative sum till specified date
I need to perform the following calculation in my OLAP cube. I have column with fact values. When I use the follwoing code SUM(YTD([ABS Main Rate - Rate Date].[Year Month Date].CurrentMember),...
View ArticleCreating the Calculated Measure
Hi, I have 2 dimensions prod and prod_warr 1) prod-> which has list of prod's prod table schema prod_id,Name ------------ 1,a 2,b 3,c 2) prod_warr-> which stores the warrenty related items...
View ArticleCalculating Days
Can anyone help me in the following : createmember currentcube.measures.dsotest as ([Dim Account Master Fin v01].[Short Name Grp].currentmember, measures.ar_inr_cr) / ([Dim Account Master Fin...
View Articlepercentage in MDX without hierarchy
Hi, How can i find percentage of sales happened of each month per year in MDX if i dont have hierarchy? I have Time dimension(TimDim) contains members 1)Year 2)Month And measure is SalesAmount in my...
View ArticleAdvantages / 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 ArticleExceeded the maximum number of partitions in a measure group
Hello, I have this strange problem while processing partitions. I have SQL Server Enterprise Core x64 SSAS installed. I know that usually this error is coming on Standard Editions, but for me it's...
View ArticleMDX Problem with measures on rows
Hello, I´m having a problem with mdx getting what I want to do. I want to make a query for a graph inside a SSRS report. For grouping like this I need to have the measures 'Omzet', 'Schade', 'Bruto...
View ArticleYTD calculation upto the last member with data for previous years
Hello, What I'm trying to do is create a YTD member that gives me YTD values from previous years upto the most resent non empty month. So for instance I have 4 years of data starting from jan 2009, and...
View Article