Hi,
I am trying to build a Kpi, based on a table like this:
Mounth | Budget
August | 1234€
October | 123€
Having Budget as a Measure and Mounth as Dimension.
i would like to create a Kpi using Analysis Services where, on Value Expression, i would like to point the measure for value of budget in October, and not for the value corresponding to the sum of all budget values.
How should i have the expression?
Thanks.
You can build a calculated member like 'Aggregate({[Due Date].[CalendarYearDate].Currentmember},[Measures].[Bud Amount]).
After that you can build a second calculated member like 'Aggregate([Due Date].[CalendarYearDate].[Month].&&[2004],[Measures].[Bud Amount])
My examples use a time dimension-hiearchy from Adventure Works.
For the second one I do not now if you will use a special october like october 2005.
In a third calculated member you divide these two measures and use that calculated measure as a value expression in the KPI editor.
Regards
Thomas Ivarsson
|||Hello Maia,
You can define the value expression for the KPI like this: ([Measures].[Budget - YourFactTable],[Mounth].[Mounth].&[10])
assuming that &[10] is the key of October in your Mounth dimension table.
Hope this helps,
Artur
|||
Artur you have been a fantastic help. It worked.
Regards.
Maia
No comments:
Post a Comment