[Power Query] [m] Closures
let | |
//overwrite function type for _fn_ with a parameter list limited to x | |
fnCopy = (x) => setParameters(fn,{1..x}) | |
in //wrap the previous overwrite in another function call with allowed parameters {1..9} | |
setParameters(fnCopy,{1..9}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment