Quantcast
Channel: SQL Server Analysis Services Forum
Viewing all articles
Browse latest Browse all 2472

KPI's

$
0
0

If you look at the example of how to create a KPI at http://www.bidn.com/blogs/MikeDavis/ssis/1760/ssas-dynamic-kpi-from-a-table ...

Is there a way to write the trend expression similar to how this example shows the status expression uses KPIValue("Yearly Internet Sales") > KPIGoal("Yearly Internet Sales")?

Other possible solutions may be like:
     KPITend("Yearly Internet Sales") > KPIGoal("Yearly Internet Sales")
     KPITend("Yearly Internet Sales") > KPIValue("Yearly Internet Sales")
     KPIValue("Yearly Internet Sales") > KPIValue("Yearly Internet Sales")


Ryan P. Casey • www.R-P-C-Group.com


Viewing all articles
Browse latest Browse all 2472

Trending Articles