Hi,
I same issue here. I have the data in Azure Cosmos DB for MongoDB vCore cluster and I want to get that data into Power BI.
I read previous conversation from you guys, and I am wondering why we should go with some kind of workaround solution involving other services, but can't just simply use what we have as an option in Power BI, specifically for MongoDB vCore cluster:
Why here it is required https:// CosmosDB endpoint, and we all know that one is not available for this type of cluster , connection string that is provided clearly says mongodb+srv://
So, if I use this kind of formatted connection string , without the port (port is not allowed in this field read it somewhere), then we are getting this error:
so, on one hand we are forced to use http, https, etc... and on the other hand we can access the MongoDB vCore cluster only from native mongodb driver (pointing out to mongodb+srv:// schema).
So, either we are making some mistake while provisioning the Azure CosmosDB for MongoDB vCore cluster, or Power BI is still not ready to use this kind of connection?