Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 How to build KPI with WHEN..THEN format?

Author  Topic 

SQLDoubts
Starting Member

1 Post

Posted - 2009-11-30 : 19:44:39
Hi,

For our project, we want to calculate KPI to calculate approval rate.

We have a fact table consisting of the count of the total number of cases submitted. And, we have a dimension called 'Approval status' that can be either 'certified' or 'rejected'.There is also a dimension called program which has the dimensional attributes of program name and program type.We also have a time dimension.

We need to build a report using ssas so that we can analyze the approval rate (which is the number of cases approved / total number of cases submitted) for each program by month.

I am not sure how to calculate this figure. I need to write something like:

WHEN STATUS VALUE = 'APPROVED' THEN ......(this is the blanks i need to fill in).

Can someone help?

Thanks in advance
   

- Advertisement -