excel 2013 - Power BI Service Analysis Services database connection string -


the power bi service "analyse in excel" feature produces .odc file exported, downloaded onto local machine, , when executed opens excel, creates excel cube , pivot table using power bi data.

i have been trying use .odcconnection file information put url can use in power query connect power bi analysis services database hosts report's data source.

this connection string .odc file:

<odc:connectionstring> provider=msolap.7; integrated security=claimstoken; data source=https://analysis.windows.net/powerbi/api; ; initial catalog=37c4ee9e-6cf5-49d2-aaa7-e66e42646274; location=https://wabi-west-us-redirect.analysis.windows.net/xmla?vs=sobe_wowvirtualserver&db=37c4ee9e-6cf5-49d2-aaa7-e66e42646274; mdx compatibility= 1;  mdx missing member mode= error;  safety options= 2;  update isolation level= 2 </odc:connectionstring>   

the .odc file contains url in though ends in name field of excel data connection:

<title>https://analysis.windows.net/powerbi/api; 37c4619e-6cf5-49d2-aaa7-e66e42646274 model </title> 

i guessing database url .odc file:

https://wabi-west-us-redirect.analysis.windows.net/xmla?vs=sobe_wowvirtualserver&db=37c4ee9e-6cf5-49d2-aaa7-e66e42646274 

so using url create power query ssas connector this:

= analysisservices.databases("https://wabi-west-us-redirect.analysis.windows.net/xmla?vs=sobe_wowvirtualserver&db=37c4ee9e-6cf5-49d2-aaa7-e66e42646274") 

i enter power bi service username , password basic authentication private security status.

the power query loads without error, runs brief second, shows error:

datasource.error: analysisservices: connection either timed out or lost. 

has else done this? there more database url have specified.

as understand these use 2 different architectures: adomd vs xmla, don't think work. first parameter of analysisservices.databases servername, not uri xmla.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -