Hi all,
I am fairly new to PowerQuery. I have 3 columns, each one with a Table (all tables have the same structure and number of rows):
When I expand Column 1, every row of the expanded table gets a table for Column 2 and 3, So I get a big number of duplicates.
Is there any way I can expand all three at the same time so I still maintain the same number of rows?
I have tried Add Column -> Custom Function -> =Table.FromColumns({Proficiency,Frequency,Efficiency}) But it does not work as it does not accept Tables as lists. My idea was to merge all three and then expand in one go.
Thank you so much for the help.
I am fairly new to PowerQuery. I have 3 columns, each one with a Table (all tables have the same structure and number of rows):
When I expand Column 1, every row of the expanded table gets a table for Column 2 and 3, So I get a big number of duplicates.
Is there any way I can expand all three at the same time so I still maintain the same number of rows?
I have tried Add Column -> Custom Function -> =Table.FromColumns({Proficiency,Frequency,Efficiency}) But it does not work as it does not accept Tables as lists. My idea was to merge all three and then expand in one go.
Thank you so much for the help.