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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
gilbertendaya
Helper IV
Helper IV

How to connect to DocumentDB

Hi,

 

I would like to ask for assistance on how to connect to DocumentDB.

I have here sample URL:

 

mongodb://sample-user;:password@Sample-cluster.node.us-east-1.docdb.amazonaws.com:27017/sample-database?readPreference=secondaryPreferred&replicaSet=rs0

 

How to connect using the GetData options.

Please advise.

Thank you.

11 REPLIES 11
Anonymous
Not applicable

I am sharing what I tried to get the documentdb data to powerbi. Configured the connection to documentdb using python and loaded one of collection as dataframe. From powerbi when you select GetData you have the option to configure python script, using that ran the python script and the dataframe was loaded to powerbi. Next you can transform data using power query as needed or I am assuming you could make the necessary changes in the python script itself and load the final dataframe.

 

Read the limitations of using python script:

https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-python-scripts

 

Referred the below link for establishing connection to documentdb

https://stackoverflow.com/questions/64828294/python-ssh-tunnel-into-ec2-and-connect-to-documentdb

amitchandak
Super User
Super User

@amitchandak  thank you for the links.

Is the BI connector from the URL that you sent, free for use?

Anonymous
Not applicable

Hi @Anonymous thank you for the response.  I'm new on MongoDB.

Is this driver a freeware?

Anonymous
Not applicable

HI @gilbertendaya 

It is not, You have to download it from mongodb site.

Hopefully the below link will help.

https://docs.mongodb.com/bi-connector/master/reference/odbc-driver/

@Anonymous sorry. What I mean was that once I downloaded it in the URL that you have provided:

1. It is free to download

2. I can use it for a long time and it will not expire?

Anonymous
Not applicable

Hi @gilbertendaya 

 

The registered versions will ask for a key.

You may download and install as it is mentioned in the MongoDB url link.

@Anonymous thank you for the continuous responses.

Where can I get this key?

Anonymous
Not applicable

HI @gilbertendaya 

Is it asking you for a key when you install? Hopefully not.

Or does it go smoothly?

 

@Anonymous I haven't tried it yet. I just want to make sure that this is free to use 🙂

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors