dbTalk Databases Forums  

KPI in SSAS cube

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


Discuss KPI in SSAS cube in the microsoft.public.sqlserver.olap forum.



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

Default KPI in SSAS cube - 03-13-2006 , 06:34 AM






Hi all,

I want to compare the data of current month with previous month where
current month would be decided runime. How can we pass parameters to
Trend/status MDX expressions in KPI of a cube in SSAS?

Thanks in advance
Gayatri.


Reply With Quote
  #2  
Old   
Jéjé
 
Posts: n/a

Default Re: KPI in SSAS cube - 03-13-2006 , 07:07 AM






when you query your cube to retrieve your KPI you create an MDX syntax

so you can put in row / column / filter any standard MDX statement:
select kpivalue()..... from Cube where (Time.Month.200501)

The KPI will be evaluated like any calculated measure.

"gayu" <gayatri.kulkarni (AT) gmail (DOT) com> wrote

Quote:
Hi all,

I want to compare the data of current month with previous month where
current month would be decided runime. How can we pass parameters to
Trend/status MDX expressions in KPI of a cube in SSAS?

Thanks in advance
Gayatri.




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.