Forum Discussion

hymieho's avatar
hymieho
Resolver I
8 years ago
Solved

Combine multiple CSV files, then add IsLatest column based on date in filename in Power Query / M

I am importing a series of CSV file and they all have a date in the file name.  Ex:   2017-09-26.CSV 2017-10-23.CSV etc.   I am able to combine them and create a date column based on the filena...
  • v-jiascu-msft's avatar
    8 years ago

    Hi hymieho,

     

    You can try a custom column like this:

    List.Max(#"Changed Type"[Column1])

    Combine_multiple_CSV_files

     

    Best Regards,

    Dale