Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Combine multiple nested tables from XLM datasource

Hello,     I want to combine multiple nested tables from an XLM datasource. Can I do this from the UI?   I am not sure that the correct term is "combine". The goal is to get the info one gets w...
  • Anonymous's avatar
    Anonymous
    8 years ago

    Hi Anonymous,

     

    Nope, this function only works for list of table, when you use it in add custom column function(it contains 'each' Iterator), [Column Name] only means one item of list.

     

    Please use #'previous steps'['column name'] to instead.

     

    Sample:

     

    Custom Column = Table.AddColumn(#"Added Custom", "Custom.1", each Table.Combine(#"Expanded clashobjects.clashobject.pathlink"[clashobjects.clashobject.pathlink.node]))

     

     

    Regards,

    Xiaoxin Sheng