Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Apply a function to each Table Record

Hi   I have grouped record in a way that for each row I get some columns, and one of this columns is of the type "Table". I want to transform each table using a function, and then Merge all of thi...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Solved!

     

    Table.TransformColumns(#"Grouped Rows", {"AllRows", each FuncionUnaTabla(_) })