Last active
November 19, 2019 11:44
-
-
Save ImkeF/8980aee04727e73d74386b2aca8ef527 to your computer and use it in GitHub Desktop.
TheBIccountant
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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