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)
 best way to get percentage measure

Author  Topic 

influent
Constraint Violating Yak Guru

367 Posts

Posted - 2008-02-05 : 16:51:10
I have a fact table with terminated employees, and one of the fields in the fact table is called Voluntary (an int with 0 or 1 since bit wasn't working right). My dimensions are region and time. I need to show voluntary terminations as a percentage of total terminations by region and time, in a web report. Should I do a calculation in MDX, called from the web code? Or is it better to do it in SSAS so that it's stored in the cube? If the latter, how do I do that?
   

- Advertisement -