Forum Discussion
WilkoVanA
8 years agoFrequent Visitor
Passing a column as parameter to a function
Hi, Something I have a workaround for but not happy with it is when I try to use custom function in Power BI and whant the name of the column as a parameter. In the example below: fnParseColumn ...
Greg_Deckler
Community Champion
8 years agoWhy not just pass the entire column in versus the name using something like Table.SelectColumns? Or I may be missing something.