can we apply KQL function on the KQL table data?

52 Views Asked by At

I have a KQL table with one newly added column(empty values), i want to insert values into that column with previous values of another column. I am not able to apply previous logic on the entire table as we have huge data and we are getting memory allocation error for the query. Can anyone help how can i apply function on each row, so that it wont take entire data for the calculation.

0

There are 0 best solutions below