Skip to content

Instantly share code, notes, and snippets.

@ImkeF
Last active November 19, 2019 11:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ImkeF/8980aee04727e73d74386b2aca8ef527 to your computer and use it in GitHub Desktop.
Save ImkeF/8980aee04727e73d74386b2aca8ef527 to your computer and use it in GitHub Desktop.
TheBIccountant
(URL as text) =>
let
MyJsonRecord = Json.Document(Web.Contents(URL)),
MyJsonTable= Table.FromRecords( { MyJsonRecord } )
in
MyJsonTable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment