I'm new to Power Query in Excel. I have a folder full of text files, each text file has a single column of numbers like this:
0.000248559
0.000526185
0.000799283
0.000815998
0.000469385
0.00040233
0.0011139
0.000675324
0.0009126
0.00079092
0.00085176
0.00036504
0.00042588
0.00584473
0.0031418
0.00031418
0.00935102
0.00205123
0.0146039
6.37778e-005
I want to import all of these text files into Excel using Power Query. Each text file will occupy a column, with the column header being the file name of the text file from where it came.
So it should look something like this:
I'm not sure how to get Power Query to do this. When I try to import the folder containing all the text files and I bring up the Query Editor I transpose the data so that the file names are the first row, but underneath each file name is just says 'binary'. How do I get it to display the actual numbers from each text file?