Forum Discussion
DEEPAKSAVANUR
Nov 11, 2021Copper Contributor
combine tables to a new table
Hello,
I was wondering if someone can give me an idea or help me understand How I Can join the tables with slightly different format. please check the attached screenshot tables.png for tables and result.png for the required output.
Thanks in advance
1 Reply
- Riny_van_EekelenPlatinum Contributor
DEEPAKSAVANUR Connect to both tables with PowerQuery. Before you can merge the two, you need to split the first column of Table2 into rows, using " & " (i.e. space & space) as the delimiter.
Then you can merge the two based on ID and expand the RATING. Result attached.