Forum Discussion
damian_bell
5 years agoFrequent Visitor
Linking table values
Hi, I would like to report the performance of employees against a number of criteria. The data source is Excel table called Performance, example below: Season Criteria X Criteria Y Cri...
- 5 years ago
Try this solution.
1. In Power Query, unpivot the Criteria columns by selecting the three Criteria columns, then right-click and select Unpivot Columns. Rename the Attribute column as Criteria.
2. Create relationship:
3. Create calculated column in Performance table:
Rating Index = RELATED ( Rating[RatingIndex] )4. Result:
damian_bell
5 years agoFrequent Visitor
Thanks DataInsights - a huge help, I hadn't thought of unpivoting but it has worked perfectly.