![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a single cube in which I need to show measures at two different levels of granularity and still aggregate correctly. here are the details: the granularity is: Date/Flight/Class I have a fact table that has a "Class" granularity the measure is: TotalBookings so a simplified fact row would look like this: Class Total bookings mileage Capacity 1 5 1000 100 2 10 1000 100 However, the measures mileage and capacity are only valid at the flight level the cube needs to contain calculated measures that use mileage and capacity and agregate corectly Flight TotalBookings Mileage Capacity TotalBooking/Capacity(calculated measure) 1 15 1000 100 .15 I was thinking of creating a cube for each level of granularity and use a virtual cube to try and pull data from each cube. Is this a valid approach or can I solve this problem by using MDX? Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |