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,779 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,162 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
812 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
• 23,590 points
169 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
• 28,990 points
110 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
• 23,590 points
190 views
+1 vote
2 answers
0 votes
1 answer

How can I connect Power BI to a real-time IoT data source?

To connect Power BI to a real-time ...READ MORE

answered Apr 16 in Power BI by anonymous
• 28,990 points
40 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
954 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,042 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