tbablue
Active Member
- Joined
- Apr 29, 2007
- Messages
- 488
- Office Version
- 365
- Platform
- Windows
Hi Forum,
I'm trying to implement a null check into this line of my code - so that my Func_SubTeam will work if the parameter is left empty - but I can't get it to run without error - can anyone help?
#"Invoked Custom Function" = Table.AddColumn(#"Changed Type", "Func_SubTeam", each Func_SubTeam([Sub Team])),
Any help welcomed.
I'm trying to implement a null check into this line of my code - so that my Func_SubTeam will work if the parameter is left empty - but I can't get it to run without error - can anyone help?
#"Invoked Custom Function" = Table.AddColumn(#"Changed Type", "Func_SubTeam", each Func_SubTeam([Sub Team])),
Any help welcomed.