Forum Discussion
thejayo
2 years agoNew Member
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, //...
- 2 years ago
Managed to sort this.
For future reference this did the trick:
result = myFunction(dataTable[x], Table.Column(dataTable, columnName))
thejayo
2 years agoNew Member
Managed to sort this.
For future reference this did the trick:
result = myFunction(dataTable[x], Table.Column(dataTable, columnName))