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,681 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,031 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
763 views
0 votes
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
• 11,230 points
75 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
• 9,880 points
41 views
0 votes
1 answer

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

Maximize performance when handling large data sets ...READ MORE

answered Dec 18, 2024 in Power BI by pooja
• 11,230 points
48 views
0 votes
0 answers
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
2,986 views
0 votes
1 answer

How to connect to sap Hana database from power Bi?

Hi, Follow these steps to connect to data ...READ MORE

answered Mar 22, 2019 in Power BI by Cherukuri
• 33,030 points
7,778 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
868 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
929 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