Forum Discussion
bstock
7 years agoFrequent Visitor
Token Comma Expected in Custom Function - Can't figure out where it's missing...
Good day, this has been driving me up the wall for a few hours now, and goole isn't helping, so I have come to the experts :) I have the following code in Power Query for a custom function I am w...
- 7 years ago
bstock -
You didn't close maybe?
Source = Csv.Document(Web.Contents(RequestURL),
as
Source = Csv.Document(Web.Contents(RequestURL)),
ChrisMendoza
Resident Rockstar
7 years agobstock -
You didn't close maybe?
Source = Csv.Document(Web.Contents(RequestURL),
as
Source = Csv.Document(Web.Contents(RequestURL)),
- bstock7 years agoFrequent Visitor
#facepalm
Thanks. Seems the longer I stare at something the harder it is to find those things.