To: Deepak Puri -
10-23-2005
, 12:48 PM
Hi and thank you
My Terrritory Budget structure is as follow
Territory ID
Budget amount
Start Date
End Date
Dimension Territory
TerritoryID
TerritoryName
Time Dimension
year,Qtr,Month
Territory fact Table (Time_key,Territory_key,BudgetAmt)
And the lower level of time is Month.
Sales record Information
SalesOrderID
Salesdate
TerritoryID
RegionID
DistrictID
SalesAmount
(the data is by date such as 1/15/2005,etc)
Organization Dimension (RegionID,DistrictID,TerritoryID)
region(5), District(10), Territory(560) number of unique item in each of
the members levels
Sales Fact table(Time_key,Organization_key,SalesAmount)
There are other dimension but they are fine.
My problem is as follow:
I would like to create a virtual cube that I can get the following
information
Region District Territory salesAmt BudgetAmt
of course time will be added to it.
The problem is that since the Budget Cube does have the regionid, and
districtid (a way to put a territory under a region and ditrict), when I
append both cube the data is not correct.
If I try to create a mapping so that I can put the region,district and
Territory into the Budget, the values that I am getting are exploding to
the n.
What am I doin wrong. |