Forum Discussion
primolee
6 years agoHelper V
Calling a function and function name is in a data row
Hello everyone, Sorry for the repost, I think this is more Power Query related so I am posting here again. I would like to add a new column which calls pre-made functions, and the name of fun...
- 6 years ago
I think I understand what your trying to do now... Don't use Expression.Evaluate, it will just make your life harder. Instead use something like:
Record.Field(Output, [Processor])([Folder Path] & [Name], [Publisher]) - 6 years ago
Oh I see what is missing...
Change:
GoogleGSMDailyProcessor = (fileName as text, publisherName as text) => GoogleGSMDailyProcessor,to
GoogleGSMDailyProcessor = (fileName as text, publisherName as text) => GoogleGSMDailyProcessor(fileName, publisherName),Also, if you hit the firewall issue in the online service, go to edit credentialls (for the dataset object, not the report itself) and set "Privacy level setting for this data source" to None
Anonymous
6 years agoNot applicable
Hi,
Sorry, I think, this may be the case where you can only sort it from your end :(.
Do you want to share the entire code you have - remove all sensitive data like url or username and/or send me in private.
I will see if I can suggest anything.
Unfortunately I do nor know any simple solution to your second question- re function table - but I will send you a code which I use in similar circumstances.
Kind regards
JB
Sorry, I think, this may be the case where you can only sort it from your end :(.
Do you want to share the entire code you have - remove all sensitive data like url or username and/or send me in private.
I will see if I can suggest anything.
Unfortunately I do nor know any simple solution to your second question- re function table - but I will send you a code which I use in similar circumstances.
Kind regards
JB
primolee
6 years agoHelper V
Hello jborro,
Sure, I will send you a private message with google drive link to the files.
Thank you so much!
Best regards,
David