Skip to content

Commit

Permalink
Create fnTableFromJSON.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PBI-DataVizzle authored Jun 10, 2022
1 parent f27744c commit 83e8a7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions JSON/fnTableFromJSON.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Table.FromRecords for JSON file
```js
(URL as text) =>
let
MyJsonRecord = Json.Document(Web.Contents(URL)),
MyJsonTable= Table.FromRecords( { MyJsonRecord } )
in
MyJsonTable

0 comments on commit 83e8a7d

Please sign in to comment.