![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have a scenario where i need to show Actual # of passengers per City along with Estimated # of passengers per City for Tri rail. I have the detail data in a table while i have another table having only Summary per City Total # of passengers....... what is the best practice to show this kind of data in one cube like I want to show Estimated Vs Actual.......... One would be to create another table having summary of actual from detail table and then show the two tables measures in one cubes but is there a way i can skip this extra creation of table........... any best practice on this Regards, BizWorld |
#3
| |||
| |||
|
|
using AS2000 you have to create 2 cubes, 1 for the actual value the second for the estimated measures. then create a virtual cube which include the 2 first. now you have the estimated values with the real values. using AS2005, you have to create 1 cube and 2 measure group (1 for each table) you can now create a calculated measure like (which works with AS2000 and AS2005): Real / estimated to get the ratio. "BizWorld" <moonis.tahir (AT) gmail (DOT) com> wrote in message news:OE7CC9L6FHA.2560 (AT) TK2MSFTNGP12 (DOT) phx.gbl... Hi, I have a scenario where i need to show Actual # of passengers per City along with Estimated # of passengers per City for Tri rail. I have the detail data in a table while i have another table having only Summary per City Total # of passengers....... what is the best practice to show this kind of data in one cube like I want to show Estimated Vs Actual.......... One would be to create another table having summary of actual from detail table and then show the two tables measures in one cubes but is there a way i can skip this extra creation of table........... any best practice on this Regards, BizWorld |
#4
| |||
| |||
|
|
I am now working with Analysis service 2005. can you please explain a little bit more how do i create two measure Groups under one Cube??? "Jéjé" <willgart (AT) BBBhotmailAAA (DOT) com> wrote in message news:OZW%23ZWM6FHA.3876 (AT) TK2MSFTNGP09 (DOT) phx.gbl... using AS2000 you have to create 2 cubes, 1 for the actual value the second for the estimated measures. then create a virtual cube which include the 2 first. now you have the estimated values with the real values. using AS2005, you have to create 1 cube and 2 measure group (1 for each table) you can now create a calculated measure like (which works with AS2000 and AS2005): Real / estimated to get the ratio. "BizWorld" <moonis.tahir (AT) gmail (DOT) com> wrote in message news:OE7CC9L6FHA.2560 (AT) TK2MSFTNGP12 (DOT) phx.gbl... Hi, I have a scenario where i need to show Actual # of passengers per City along with Estimated # of passengers per City for Tri rail. I have the detail data in a table while i have another table having only Summary per City Total # of passengers....... what is the best practice to show this kind of data in one cube like I want to show Estimated Vs Actual.......... One would be to create another table having summary of actual from detail table and then show the two tables measures in one cubes but is there a way i can skip this extra creation of table........... any best practice on this Regards, BizWorld |
![]() |
| Thread Tools | |
| Display Modes | |
| |