Forum Discussion

Jinji's avatar
Jinji
Frequent Visitor
10 years ago
Solved

How to merge multiple CSV with different format?

I have daily spending data in CSV files in several formats. How can I extract the columns I need, and merge all of them for the power BI analysis?   We have 3 purchasing systems, each system gener...
  • teylyn's avatar
    10 years ago

    Hello,

     

    create a query for the first CSV file, edit and remove the columns for Supplier, Price and Quantity and move the Date column to the left. 

     

    Create a query for the second CSV file, remove the columns you don't need.

     

    Create a query for the third CSV file, remove the columns you don't need. Then append the first query and then append the second query.

     

    Close and apply.