Skip to content

Commit ec3170b

Browse files
committed
Blog: Added code for types post
1 parent bf4e1d6 commit ec3170b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Examples-Blog/Custom Functions/Part 1 - Using Optional Parameters.pq

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
let
22
/*
33
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:
4+
5+
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
68

79
lets call Text.Combine() to test declaring optional parameters
810

0 commit comments

Comments
 (0)