Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Jyo27
Helper II
Helper II

Mongodb Error

Hi everyone,

 

I'm fetching data from mongodb to Power bi desktop and I was unable to load all the columns from mongodb . How can i fetch arrays from mongodb to power bi ?

Example :


{
"_id" : "ABC",
"name" : " CDE",
"Data" : [
{
"A" : "XXXX",
"B" : "YYY",
"C" : "ZZZ"
}
]
"date" : 1568836186371.0,

}

2 REPLIES 2
Jyo27
Helper II
Helper II

If I export mongo data to JSON file and upload this file in Power BI ,Will the report be dynamic ?

 

Whenever new data is added in mongo ,will it show new data in power bi with this JSON file ?

amitchandak
Super User
Super User

@Jyo27 , The data should be in json format and in power query you should be able to expand the json file

 

example

How to import JSON Data: https://youtu.be/MPYfEetvFH4

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.