Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello,
I use Firebas for my mobile web applications and I wanted to connect with Power BI Desktop to the web app data. I could not connect Power BI to Firebase directly, so I went through Google Analytics except that unfortunately Power BI cannot read this data via Google Analytics. Anyone please have idea about that or have other solution ? Thank you.
Best regards,
Hi @Anonymous ,
We can try to use the Web.Contents connector in blank query according to this similar thread:https://community.powerbi.com/t5/Desktop/Step-by-Step-process-for-loading-Firebase-Database-to-power-bi/td-p/221569
let
Source = Json.Document(Web.Contents("url to firebase database")),
#"Converted to Table" = Record.ToTable(Source)
in
#"Converted to Table"
Best regards,
Hello @v-lid-msft,
Thank you for your answer. I did what you proposed but I have this error :
"DataFormat.Error : Nous avons trouvé des caractères en trop à la fin de l'entrée JSON."
Have you any idea ?
Thank you.
Hi @Anonymous ,
Could you please check if there are error when using the following query?
let
Source = Json.Document(Web.Contents("url to firebase database"))
in
Source
Best regards,
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.