Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

How to create a table with two new columns based on the two tables of values in Power Query

I have one table with one column called stores:   Stores A B C     And I have another table called channels:   Channels 1 2 3     I need to create a new table with two columns "Stores...
  • NishPatel's avatar
    3 years ago

    Import both tables into the Power Query. Select Stores table and add Custom Column Channels and Enter formula = #"Channels"[Channels]. Expand the Channels column by selecting Expand to New Rows. And you will achive what you need as below.