Is this mandatory practice that we must include all common dimensions while creating Key in Link table?
Let say I have YearMonth, BusinessUnit and ProductSegment common dimensions between Fact tables then should I create Key column in Link table by including all 3 columns as YearMonth&'-'&BusinessUnit &'-'&ProductSegment ?