简体   繁体   中英

Unable to connect from Power BI to Azure DocumentDB

I am trying the Power BI with the tutorial: https://docs.microsoft.com/en-us/azure/cosmos-db/powerbi-visualize#prerequisites

Trying to connect to the demo DB (URL: https://analytics.documents.azure.com ) I get the error: Details: "The specified database was not found."

The workaround is to start with an empty query and enter the formula manually:

let
    Source = DocumentDB.Contents("https://analytics.documents.azure.com", null, null)
in
    Source

Results:

结果

I am having the same issue. BUT, I found a workaround to get connected to my Cosmos DB from Power BI Desktop using "Microsoft Azure Cosmos DB ODBC driver" for windows.

Reference article on odbc driver: link .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM