Skip to content

Instantly share code, notes, and snippets.

@Hugoberry
Last active October 13, 2017 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hugoberry/35a1b860b52e0e54b88e6d5f0fcc9906 to your computer and use it in GitHub Desktop.
Save Hugoberry/35a1b860b52e0e54b88e6d5f0fcc9906 to your computer and use it in GitHub Desktop.
[Power Query] Closures, partial application and cascading parameters
(x) =>
//make selection or calculation based on parameters (x,y)
(y) => x*y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment