Last active
October 13, 2017 12:11
-
-
Save Hugoberry/35a1b860b52e0e54b88e6d5f0fcc9906 to your computer and use it in GitHub Desktop.
[Power Query] Closures, partial application and cascading parameters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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