Forum Discussion
trevb
Advocate II
10 years agoPassing 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
Microsoft Employee
10 years agoWhere do you pass that "_"? For example, is it in Table.SelectRows(table, each func(_, checkVal)) ? Can you put the whole M code here?