![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All OLAP Gurus, I have problems with incorrect total value, as the following: Customer|BudgetCost|BudgetVolume|UnitBudgetCost CustA|100|50|2 (100/50) CustB|50|50|1 (50/50) BudgetCost and BudgetVolume are real measures. UnitBudgetCost is calculated member with this formula: iif([Measures].[Budget Volume]=null,null,[Measures].[Budget Total Cost]/[Measures].[Budget Volume]) What I want for the total UnitBudgetCost to be 3 (2+1) and not 1.5 as a result of applying the formula. I searched the forum and found that I could change UnitBudgetCost to real measure so that it can aggregate the total to sum up the value, but how to do this with the above formula? Or should I set the solve order for UnitBudgetCost? I'm very new to OLAP and very confused at the moment. Any help is very much appreciated. Thanks in advance Josephine |
#3
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |