Forum Discussion

gvg's avatar
gvg
Icon for Post Prodigy rankPost Prodigy
3 years ago
Solved

Add column to inner table of a column

Hello,   I would be grateful for any tips on the following problem. I have a table like this: and been trying to place value in column Date into each inner table of Data column. I know that...
  • artemus's avatar
    3 years ago
    = Table.Group(Custom2, "Date", {{"Data", each Table.Combine([Data])}})