How do I connect Power Bi to MongoDB running on Kubernetes with StatefulSets

10/8/2019

I was able to connect PowerBI to MongoDB that's running on LocalHost and on cloud (Atlas).

I have used this MongoDBBI Connecter to connect PowerBI to MongoDB. I have connected successfully and imported the tables to PowerBI using the above BI connector.

My question is, is it possible to connect Power Bi to MongoDB running on Kubernetes with StatefulSets?

I'm able to access the MongoDB running on Kubernetes locally by calling below command:

kubectl port-forward svc/mongodb-replicaset 27018:27017

-- Kamal
kubernetes
mongodb
odbc
powerbi

0 Answers