Dave Bench
New Member
- Joined
- Sep 4, 2013
- Messages
- 3
Please bear with me, I'm a newbie!
I'm using PowerPivot in Excel 2010 and am trying to create a calculated Variance field in a pivot table rather than add a column to my source tables as my Budgets and Costs come from 2 separate sources.
I have 4 tables in my PowerPivot data model:
Budget (fields: AccountCode, Month, Value)
Cost (fields: AccountCode, Month, Value)
Month (fields: Month, FiscalYear, FiscalQuarter)
Account (fields: AccountCode, Description)
The following relationships exist between the 4:
Budget[Month] = Month[Month]
Cost[Month] = Month[Month]
Budget[AccountCode] = Account[AccountCode]
Cost[AccountCode] = Account[AccountCode]
I'm then trying to create a pivot table giving Budget, Cost and Variance (Budget-cost) but the option to create a calculated field is not available.
Is there a way to do this when the Budget & Costs sit in different source tables?
Any help greatly appreciated
I'm using PowerPivot in Excel 2010 and am trying to create a calculated Variance field in a pivot table rather than add a column to my source tables as my Budgets and Costs come from 2 separate sources.
I have 4 tables in my PowerPivot data model:
Budget (fields: AccountCode, Month, Value)
Cost (fields: AccountCode, Month, Value)
Month (fields: Month, FiscalYear, FiscalQuarter)
Account (fields: AccountCode, Description)
The following relationships exist between the 4:
Budget[Month] = Month[Month]
Cost[Month] = Month[Month]
Budget[AccountCode] = Account[AccountCode]
Cost[AccountCode] = Account[AccountCode]
I'm then trying to create a pivot table giving Budget, Cost and Variance (Budget-cost) but the option to create a calculated field is not available.
Is there a way to do this when the Budget & Costs sit in different source tables?
Any help greatly appreciated