I have a simple parent child dimension set up where the root level records have a ParentID of .
When I browse the hierarchy the root level appear correctly, but when I drill into one of the levels of the hierarchy, the root level element is duplicated at the next level even though there is no such relationship in the dimension.
Here is a simplified example of records in the dimension:
ID Name ParentID
1 Root1
2 Level1 1
3 Root2
4 Level2 3
The hierarchy looks like this when I browse:
All
- Root1
- Root1
- Level1
- Level1
- Root2
- Root2
- Level2
- Level2
How can I keep the levels of my hierarchy from repeating?