Forum Discussion

thejayo's avatar
thejayo
New Member
2 years ago
Solved

Converting Table Column with numbers to List using Table.ToList

Hi everyone,   I'm working on a query which applies a calculation to each column in a table. I have included a simplified snipped of the code with which I'm struggling below.   let n = 1, //...
  • thejayo's avatar
    2 years ago

    Managed to sort this.

    For future reference this did the trick:

    result = myFunction(dataTable[x], Table.Column(dataTable, columnName))