Add new Power Query functions and update settings for improved data handling
This commit is contained in:
7
power-query/fIfBlank.m
Normal file
7
power-query/fIfBlank.m
Normal file
@@ -0,0 +1,7 @@
|
||||
let
|
||||
GetData = (P_PRIMARY as nullable text, P_SECONDARY as nullable text) => let
|
||||
Makechoice = if P_PRIMARY is null then P_SECONDARY else P_PRIMARY
|
||||
in
|
||||
Makechoice
|
||||
in
|
||||
GetData
|
||||
Reference in New Issue
Block a user