MDX : Simple Substraction
Greetings Team !Can some please advise how do i go about substracting a Member with current dimension to calucalte age here ?WITH MEMBER [Admit Date] AS HEAD( FILTER([Time].[DATE].children ,...
View ArticleAdding KPI to SSAS Tabular Perspective
SQL Server Data Tools within VS 2010 Shell2012 SASS in Tabular ModeI've created a Measure and KPI in my fact table. I've created a perspective named "Summary" When selecting the fields and measures...
View ArticleSSAS Calculated Measures showing null
I have built a cube in SSAS (BIDS 2010). I have about 20 calculated measures in my cube. As of yesterday, everything looked fine, except one of my measures (budget_hoursnumeric(18,2) ) was off...
View ArticleCalculated Columns - SQL Server Tabular Model
I created several calculated columns in my tabular model. However, when I analyze in Excel or connect to the tabular model through Excel, not all of the calculated columns show. I re-deployed the...
View ArticleA FileStore error from WriteFile occurred
Typically this error occurs when processing a cube or it's dimensions, however I've encountered this error in Excel (64bit - 2010) while surfing the cube (which processes just fine).The exact Excel...
View Articlecalculated measure behaviour
Hi everybody, I work for a customer who has SQL Server 2008 R2 Standard Edition.I created a calculated measure which is a ratio. Let say NewMeasure = Value1/Value2 I expected this measure to be...
View ArticleDistinct user hits for all levels of a calendar dimension.
I am attemping to count distinct users for web page hits in a SQL Server 2008R2 SSAS Cube. My fact data comes in at the activity date and web page level with character user id. My distinct count is...
View ArticleTo get distinct attribute names in MDX
Hi, Department ID Department Name 1 Dept1 2 Dept1 3 Dept1 4 Dept1 5 Dept2 6 Dept3 7 Dept4 8 Dept4I am looking for MDX query. In my project I have dimensions and cube.Dimension Ids are unique but name...
View ArticleFile system error: A FileStore error from WriteFile occurred. Physical file:...
Errors when process dimension table as below:File system error: A FileStore error from WriteFile occurred. Physical file: \\?\C:\Program Files\Microsoft SQL...
View ArticlePrevious Period Calculation
Hi,I have created a date utility dimension in order to provide a generic previous period calc, with the scope instructions as follows:scope([Date Calculations].[Calculation].[Previous Period]);...
View Articlehow to make YTD and MTD in the date calculation work for one date hierarchy
i built a date calculation dimension in the cube which has the following contents:ID Calculation 1 Actuals 2 Calendar Previous Period 6 Last Ten Day Average 4 Calendar Month To Date 5 Last Five Day...
View ArticleUsing AMO to design UBO aggregates run into an error
Hi.I try to use used based optimization with the following AMO code. But I get an error, that an attribute of a dimension is NULL and the AggregationDesigner cannot build an aggregate on this. Is this...
View Articlepartition management strategy
Hi All,I'm building a cube right now where the new data comes in each hour on the database side. Each day, about 500,000 rows are collected. I'd like to keep to cube updated as real time as possible...
View ArticleFinding max for category
Hi guys, I'm struggling to find a simple solution but I can't...problem:I got a cube with measure price and a dimension with six company ( for example Ferrari, Mercedes, Ford, etc). Now I 'd like to...
View ArticleDistinct Count Calculation
Hello,I am trying to count distinct customers(Cust_cd) in my cube. I created calculated measureDistinctCount([Customers].[Cust_cd].members)which is able to display accurate count when used with other...
View ArticleGetting today's associated date for last year
I have a date dimension that includes attributes such as Date Key, Calendar Date, Same Date Next Year Date Key, etc.This is a typical date dimension and is working beautifully. We have the Same Date...
View ArticleDisplay value in MDX
Hi Friends,I have a small issue.Dim MeasureJobNo. ----> Job Count ( Parent level)TaskNo.-----> Task Count ( Sub Parent level)SELECT NON EMPTY {...
View ArticleData Source View Diagram is Scrambled
I'm having a problem when I add a new table or view to my dsv. It happens when I add the new object to a diagram other than the <All Tables> diagram. When I open the <All Tables>...
View ArticleBOXI report error when it runs on OLAP cube
hi All,I am using SAP BI 4 report over SSAS cube. But the reports are failing due to reason"Database error: Error on Execute : bad allocation. (IES 10901) "I am using the below mentioned edition of sql...
View Articlehow to find out all historical data of the user who had accessed our analysis...
i have a question to ask about SSAS.. i wish to know all historical data of the user who had accessed our analysis data.thanks
View Article