Forum Discussion

sankalpa280's avatar
sankalpa280
Copper Contributor
Jul 14, 2022
Solved

Combining data from multiple tables according to item name

I have multiple tables containing data on exports of items in each year. I want to be able to create a consolidated table which has the item name in row while the data for exports in a particular yea...
  • Riny_van_Eekelen's avatar
    Jul 16, 2022

    sankalpa280 Obviously, you are already working with structured tables and Power Query. Create a query that connects to all relevant tables in the current workbook. Expand the content column and group by item. Finally create a pivoted table in PQ or a regular pivot table in Excel.

     

    A simplified example is attached.

     

Resources