Quantcast
Channel: All Power Query posts
Viewing all articles
Browse latest Browse all 122408

Re: Use power query to load data from firebase database

$
0
0

Hi ,

I make a test using your sample JSON data, and I get table as shown in the following screenshot, does it return your expected result?
2.PNG

If yes, please add the following codes in your Advanced Editor.

let
    Source = Json.Document(Web.Contents("url to firebase database")),
    #"Converted to Table" = Record.ToTable(Source),
    #"Expanded Value" = Table.ExpandRecordColumn(#"Converted to Table", "Value", {"name", "age", "maritalStatus"}, {"Value.name", "Value.age", "Value.maritalStatus"})
in
    #"Expanded Value"



 

Thanks,
Lydia Zhang


Viewing all articles
Browse latest Browse all 122408

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>