Forum Discussion
trevb
10 years agoAdvocate II
Passing the current Record to a function
I created a function that I wanted to use to do a calculation when a custom column is being created. I defined the function something like... (Source as record, CheckVal as number) => Whe...
arify
10 years agoMicrosoft Employee
Where do you pass that "_"? For example, is it in Table.SelectRows(table, each func(_, checkVal)) ? Can you put the whole M code here?