![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hi Tomas, This sounda like a schema problem - maybe there is an incorrect join between the fact table and the dimension table containing Region/Ditrict/Territory? Does this dimension table have a unique key (like Territory), and what field joins to the fact table? - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |