Forum Discussion
trwatts
4 years agoHelper I
Issue with returning a table.
Hi Everyone New to M query and having issues get a table of records. I am calling through API. Bearer Token needs to be called. The URL has a dynamic ID at the end of the url which returns a se...
- 4 years ago
Have you seen this post?
This and a few other posts of Chris' on the topic may offer some guidance.
KNP
4 years agoSuper User
Shouldn't the line...
Output= Table.AddColumn(Centreid,"Output", each source([Centreid]))
Say...
Output= Table.AddColumn(source,"Output", each source([Centreid]))
As in, your previous step.
I may be missing something.
- trwatts4 years agoHelper I
Just tried it and unlike the other times i was thinking abot it for a while then produced this error.
- KNP4 years agoSuper User
Sorry, it's really hard to read the code you posted.
If you could post your complete code, inside a code block with some more detail about other queries etc. it may be easier to help.