Forum Discussion

foyiq's avatar
foyiq
Advocate I
9 years ago
Solved

Different columns order

Hi,   I import Balance Sheet and Profit and Loss reports from folders (in two different queries). The main columns remain the same - BS/PL item name, its code, dates and some other data. However, w...
  • v-sihou-msft's avatar
    9 years ago

    foyiq

     

    As you said, those different queries have same columns. You only need to care abouth underlying data instead of the rendering part in pivot table during data retrieval. If the underlying data included in those files is under same structure, you should be able to combine them into a single query via Power Query. Please refer to blog below:

     

    Combine Multiple Excel Workbooks in Power Query

     

    Regards,