how to connect firebase data into power bi

0 votes
how to connect firebase data into power bi
Dec 18, 2020 in Power BI by Edureka
• 160 points
2,772 views

1 answer to this question.

0 votes

Hi, @There,

Click “Get Data->Blank Query” to add a new blank query in Power BI Desktop, then paste the following code in Advanced Editor and expand columns in Query Editor.

let
    Source = Json.Document(Web.Contents("url to firebase database")),
    #"Converted to Table" = Record.ToTable(Source)
    in
    #"Converted to Table"
answered Dec 18, 2020 by Gitika
• 65,770 points
Expression.Error: The name 'source' wasn't recognized.  Make sure it's spelled correctly.

Related Questions In Power BI

0 votes
1 answer

How to connect webpage data by using Power BI Desktop?

Web connections are only established using basic ...READ MORE

answered Nov 18, 2020 in Power BI by Gitika
• 65,770 points
1,150 views
0 votes
0 answers

how to connect appsflyer data to power bi

how to connect appsflyer data to power ...READ MORE

Dec 18, 2020 in Power BI by Edureka
• 160 points
809 views
+1 vote
1 answer

How can you combine Power Pivot with Power Query to perform complex data transformations and load the data into Power BI efficiently?

For really complicated transformations using Power Pivot ...READ MORE

answered Dec 3, 2024 in Power BI by pooja
• 22,890 points
162 views
0 votes
0 answers

How can you partially load data into Power BI Desktop to optimize performance?

How can you partially load data into ...READ MORE

Dec 17, 2024 in Power BI by Evanjalin
• 25,690 points
102 views
0 votes
2 answers

How can you partially load data into Power BI Desktop to optimize performance?

Use Power Query filters in Power BI ...READ MORE

answered Apr 3 in Power BI by anonymous
• 22,890 points
169 views
0 votes
1 answer
0 votes
1 answer

How to combine your data or tables in Power BI?

Power BI includes Query Editor which is ...READ MORE

answered Feb 27, 2019 in Power BI by Phalguni
• 1,020 points
3,166 views
0 votes
1 answer

how to sync firebase data into power bi?

Hi, @There, As far as I know, it ...READ MORE

answered Dec 18, 2020 in Power BI by Gitika
• 65,770 points
944 views
0 votes
1 answer

How to connect to data in Power BI Desktop

With Power BI Desktop, you can connect ...READ MORE

answered Nov 18, 2020 in Power BI by Gitika
• 65,770 points
1,037 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP