Forum Discussion

wodraeve's avatar
wodraeve
Frequent Visitor
9 years ago
Solved

Nested join / join multiple tables in Power Query

Hello,   I have the following situation in Power Query. A fact table that has foreign keys to multiple dimensions.   eg.   ID_Fact ID_FK1 ID_FK2 value 1 2 3 4 1 FK1_1 FK2_1 100 ...
  • wodraeve's avatar
    wodraeve
    9 years ago

    Thanks for the reply, I'm happy to say I managed to obtain the result I needed, using Evaluate.Expression to retrieve the tables from the text names of the tables linked...