Hello,
I have a problem I need some assistance with. Firstly, I appoligise for
the terms used. I am reasonalbly new to this.
The issue is that the Group Dimension has multiple enteries of the
Machine dimension's key. ie. Machine 1 is related to Group 1, Group 2
and Group 4, etc. I have set this up as a regular relationship via the
fact table. However, when I pivot against the Group dimension, it only
picks up the first related entry of the group dimension, and ignores
all other enteries in the table. My question is how do I structure the
data and dimensions to work correctly for this type of relationship?
Machine Group
Profit/Loss Measure (MachineKey)
ProfitLossFactTable
-----------------------------
RecordKey MachineKey PLTotal
1 1 100.00
GroupTable
-----------------
RecordKey MachineKey GroupName
1 1 Group 1
2 1 Group 2
3 1 Group 4
I expect a pivot to show something like this:
Group 1 100.00
Group 2 100.00
Group 4 100.00
Thanks for looking at this.
Regards,
James