Forum Discussion

Deleted's avatar
Deleted
Dec 22, 2017

Using Lambda to Extend Table

I'm trying to move some logic out of the main query into a lambda so the main query is easier to read.     So I want to take logic like this: ``` T //columns: operation_Name | extend pa...