Forum Discussion
rvenancio2
7 years agoRegular Visitor
source from Mongodb on cloud - mlab.com
Hi guys,
how can I connect to database on cloud with Power BI.
I've been search but I don't find the correct answer to this problem.
I have this connection string but any source works...
mongodb://<dbuser>:<dbpassword>@ds113925.mlab.com:13925/database
1 Reply
- mrluciferRegular Visitor
This article only intends to connect the MLAB mong instance via mongosqld command as usual command will not work with MLAB because mogosqld command tries to connect to admin DB which you don’t have permission to access if you are using mlab ........
Full Article: https://blog.knesk.com/connect-mlab-mongo-instance-using-mongosqld-command/