I have a database where we collect a headcount of people by organization each month. I was trying to put together a simple cube to display the data but I cannot get the org parent-child dimension to display correctly. Here is roughly what I see:
jan | feb | mar | |
org01 | 5 | ||
org01 | 7 | ||
org01 | 9 |
The time aspect of the data collection is causing the org dimension to repeat the values for each time period recorded. Instead of just seeing "org01 - 5 - 7 - 9" all in one row it splits it into 3 rows.
Is the nature of the data I am collecting or is there a way to configure the parent-child dimension to prevent this?