Forum Discussion
toddpbi
8 years agoHelper II
Many-To-Many
Hello PBI community. I have been stuck on this particular problem for a few days and cannot seem to wrap my head around it. Currently, I have sales and target data in a table that is related to ...
SivaMani
8 years agoResident Rockstar
Can you create two Dimension tables,
- DimKAM - Which has unique KAM IDs
- DimSA - Which has unique Sales Agent IDs
And Create the relationship between three tables,
- DimKAM to your Sales/Target table - it should be bi-directional.
- DimSA to your Sales/Target table - it should be bi-directional.
- toddpbi8 years agoHelper II
I cannot create a relationship between these tables as there is no unique values on which to create the relationship.
- SivaMani8 years agoResident Rockstar
Oh Sorry,
I forgot to mention, You have created those two tables and each has a single column.
- DimKAM for KAM
- DimSA for Sales Agent
- toddpbi8 years agoHelper II
I already have the correct tables with unique values down the bottom (KAM Information, Sales Agent Information etc).
The only table that does not contain unique values is the Hierarchy table.