![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
| With Member [Measures].[On Time Fraction] as |
#3
| |||
| |||
|
|
-----Original Message----- Assuming that the [On Time] cube measure sums the [On Time] fact table field, you also need a cube count measure, say [Sample Count]. This count aggregation can be defined on any fact table field. Then, define a Calc. Measure like: With Member [Measures].[On Time Fraction] as '[Measures].[On Time]/[Measures].[Sample Count]', FORMAT_STRING = 'Percent' Select {[Measures].[On Time Fraction]} on Columns, [Client_Category].[Client].Members on Rows From MyCube - Deepak *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! . |
![]() |
| Thread Tools | |
| Display Modes | |
| |