dbTalk Databases Forums  

KPI Status and Tend Levels

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss KPI Status and Tend Levels in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Steven Heinz
 
Posts: n/a

Default KPI Status and Tend Levels - 06-15-2006 , 03:12 PM






Is there a way to specifiy more than 3 levels (indicators) for KPI Status
and Trends.

For example:
Quote:
20 Best
15 and <=20 Better
10 and <= 15 Good
5 and <= 10 Not so good
5 Poor




Reply With Quote
  #2  
Old   
Deepak Puri
 
Posts: n/a

Default Re: KPI Status and Tend Levels - 06-15-2006 , 07:27 PM






Sure - these should be normalized values between -1 and 1, but there can
be more than 3 discrete values. For example, the standard "Gauge" and
"Reversed gauge" status indicators can show 5 distinct values: -1, -0.5,
0, 0.5 and 1.

To try this in Adventure Works, change the Status expression of the
"Expense to Revenue Ratio" KPI, which has a "Reversed gauge" indicator,
as below. Now, if you browse this KPI by Calendar Quarter, from 1Q2002
thru 1Q2003, you should see 5 different positions of the gauge:

Quote:
Case
When KpiGoal( "Expense to Revenue Ratio" ) /
KpiValue ( "Expense to Revenue Ratio" ) >= 1
Then 1
When KpiGoal( "Expense to Revenue Ratio" ) /
KpiValue ( "Expense to Revenue Ratio" ) >= 0.926
Then 0.5
When KpiGoal( "Expense to Revenue Ratio" ) /
KpiValue ( "Expense to Revenue Ratio" ) >= 0.862
Then 0
When KpiGoal( "Expense to Revenue Ratio" ) /
KpiValue ( "Expense to Revenue Ratio" ) >= 0.833
Then -0.5
Else -1
End
Quote:

- Deepak

Deepak Puri
Microsoft MVP - SQL Server

*** Sent via Developersdex http://www.developersdex.com ***


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.