We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4e1d6 commit ec3170bCopy full SHA for ec3170b
Examples-Blog/Custom Functions/Part 1 - Using Optional Parameters.pq
@@ -1,8 +1,10 @@
1
let
2
/*
3
About: Compare different optional parameter types
4
- This is from the post: https://ninmonkeys.com/blog/2024/06/05/power-query-functions-part1-using-optional-parameters
5
- source:
+
+ From this blog post: https://ninmonkeys.com/blog/2024/06/05/power-query-functions-part1-using-optional-parameters
6
7
+ source: https://github.com/ninmonkey/Ninmonkey.PowerQueryLib/blob/bf4e1d63b8bb9ffe3b3e4df0d687435bb88be30d/Examples-Blog/Custom%20Functions/Part%201%20-%20Using%20Optional%20Parameters.pq
8
9
lets call Text.Combine() to test declaring optional parameters
10
0 commit comments