Skip to content

Instantly share code, notes, and snippets.

@Hugoberry
Last active October 13, 2017 12:11
Embed
What would you like to do?
[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