Forum Discussion

Syndicate_Admin's avatar
Syndicate_Admin
Administrator
2 years ago
Solved

Transpose imported pdf table before joining it

Dear friends, good afternoon! I've been having a problem for several days and I can't find a solution. I need to import a series of PDF files that have the following format through power query: ...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Syndicate_Admin ,

    I create three tables as you mentioned.

    Then I go to the Power Query and choose Merge Queries. Below are the steps and the M codes.

    = Table.ExpandTableColumn(#"Merged Queries1", "T3", {"Number9", "Number10", "Number11", "Number12"}, {"T3.Number9", "T3.Number10", "T3.Number11", "T3.Number12"})

    Finally you will get what you want.

     

     

    Best Regards

    Yilong Zhou

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.