Forum Discussion
relationship unique value
- 8 years ago
Hey,
currently it' not possible to create a relationship between two tables where no table has unique values in the column that defines the relationship.
Maybe you can consider the following:
Create an extra table that just contains one column that holds unique values for "quote_no"
You can use the DAX function DISTINCT to create this table.
This table than can be used to indirectly connect the other two tables.
Here is an article that describes how different "fact" tables can be related, don't get confused by the title of the article.
Hopefully this gives you an idea
Regards
Tom
Hey,
currently it' not possible to create a relationship between two tables where no table has unique values in the column that defines the relationship.
Maybe you can consider the following:
Create an extra table that just contains one column that holds unique values for "quote_no"
You can use the DAX function DISTINCT to create this table.
This table than can be used to indirectly connect the other two tables.
Here is an article that describes how different "fact" tables can be related, don't get confused by the title of the article.
Hopefully this gives you an idea
Regards
Tom
Oops it does actually work with my slicer , my bad
i could still use the article thought