Forum Discussion

philongxpct's avatar
philongxpct
Frequent Visitor
9 years ago
Solved

Combine different columns from excels files!

             I have a nested tables (3 Columns: Name - Excel file's name; Combined - What columns to keep; D - workbook table). Ends users will type what columns to keep (mess columns per file :<) th...
  • MarcelBeug's avatar
    MarcelBeug
    9 years ago

    My suggestion would be to add a Custom Column with formula:

     

    = Table.SelectColumns([D],Text.Split([Combined],","))

    Next you can remove column D.