Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Get current file name within PowerQuery Editor

Hi guys

 

Every month i receive an excel file, with sales data for that month. The file (in excel) does'nt have a date column, therefore i've had to add a column [month] manually every time i've received the file. I was wondering if i somehow could extraxt the date from the file name with M-Code, so that i only have to add the month name to the file name? then load the file into PowerBI and execute the function for this file..

 

Thanks in advance!

  • You can Anonymous . You would need to use the Combine feature for files. That will load all files within a filter (you could filter to a specific folder and only pull in .xlsx files for example) and the filename is available there.

     

    Here I connected to a folder and there are 3 files:

    I then hit the COMBINE button I'm pointing to.

    Once you do the combine, look at your Applied Steps. You may need to edit the "Removed Other Columns" step.

    Click the gear and make sure the Source Name column is visible. This is the file name.

    At that point, your final query will have the file name imported, and you can manipulate it like any other column.

    This method will let you just keep dropping new files in with the month name in it and it will get pulled in on the next refresh.

     

     

  • Anonymous's avatar
    Anonymous
    5 years ago

    Thanks for the help - i've used your approach and figured it out

6 Replies

  • edhans's avatar
    edhans
    Community Champion

    You can Anonymous . You would need to use the Combine feature for files. That will load all files within a filter (you could filter to a specific folder and only pull in .xlsx files for example) and the filename is available there.

     

    Here I connected to a folder and there are 3 files:

    I then hit the COMBINE button I'm pointing to.

    Once you do the combine, look at your Applied Steps. You may need to edit the "Removed Other Columns" step.

    Click the gear and make sure the Source Name column is visible. This is the file name.

    At that point, your final query will have the file name imported, and you can manipulate it like any other column.

    This method will let you just keep dropping new files in with the month name in it and it will get pulled in on the next refresh.

     

     

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thanks for the help - i've used your approach and figured it out

      • edhans's avatar
        edhans
        Community Champion

        Great! Glad I was able to assist. 

  • Anonymous's avatar
    Anonymous
    Not applicable

    Thanks for the help - i've used your approach and figured it out 👍

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hello, I know it is a very old post but I hope you will get the notification.
    I understand your step by step approach , my question is, as the next step, how do you promote headers?

    In your exemple if you want to have your first column called source name (and not "Sales 2013.csv"), your second called region and your third called country?