Hi,
Trying to create a relationship between a big Fact table and a big Product table.
Get an error message about "one of the columns have to have unique values".
My Product table has unique Product Ids, so I cannot see what is the problem. E.g. COUNT(Product Id) = COUNTDISTINCT(Product Id).
When I try just a selection of a few Products Ids it works.
What could I have missed? Is there a maximum of Product Ids allowed.
My table has 2.5 million products.
Kind regards
Niklas