Hi All,
I have a Cube developed using Visual Studio 2008. (on SQL Server 2008 )
A factTable (factSales ) linked to a dim table (dimCategory ) using PK/FK relationship.
dimCategory Table has following structure.
catID (PK) | Vessel_Route | Transaction Type | Cargo Type |
1 | East Bound | Direct_Sales | Container |
2 | East Bound | Transhipment | Container |
3 | West Bound | Direct Sales | Car Carrier |
4 | ……. |
|
|
There are about 20 entries in this table.
I've created a Hierarchy as " Drill to Cargo Type", which has attribute relationship as below.
"Cargo Type" >> "Transaction Type" >> "Vessel Route"
I can see Hierarchy works fine in the Dimension Browser, correctly displaying drilling down to lowest level, but when I try to use Hierarchy with cube browser, and linked with cube measures ( factSales Table ), hierarchy does not drill down as it work with dimension browser, i.e. I cannot drill down to the lowest of 'West Bound' level.
Only 'East Bound' level can drill down to the lowest level.
There are no missing FK values in SalesFact Table , I can deploy and process the cube without any issues.
Appreciate all your advice on this please.
Regards
Mira