Forum Discussion
under
3 years agoNew Member
Transpose tables before combining
I have a folder with a growing number of files. How can I transpose each file, then combine them? Thanks! File 1: Date 1/1/2023 1/2/2023 Amount $50 $60 File 2: Date 1/3/202...
- 3 years ago
Table.Combine(List.Transform(Folder.Files("your folder")[Content],each Table.PromoteHeaders(Table.Transpose(Excel.Workbook(_)[Data]{0}))))
ppm1
3 years agoSolution Sage
Use the Combine & Transform feature and in the transform sample query select your non-date column(s), right click and choose "Unpivot other columns".
Pat