Skip to content

Instantly share code, notes, and snippets.

@Hugoberry
Last active October 13, 2017 22:04
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
[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