简体   繁体   中英

Issue publishing report to Power BI Workspace

I created a report using Power BI desktop APP. Publishing the report from Desktop application doesn't publish report to PowerBI workspace in azure.

Here is report that I uploaded using Desktop app 在此输入图像描述

I used this article to get my uploaded report [ https://azure.microsoft.com/en-us/documentation/articles/power-bi-embedded-get-started-sample/] from my Power BI embedded but the code doesn't return any report

在此输入图像描述

You can not publish a report into power bi embedded with the desktop application. The power bi desktop will publish reports into the "power bi service" not power bi embedded.

You need to use the "Provision Sample" from the application on GitHub here .

When you run the provision sample choose option 6 to "import" your pbix file into the workspace you have created in power bi embedded.

Hope this helps.

The Power BI Embedded team also recently released a Node based command line tool that will allow you to import PBIX files into your Power BI workspace collection in Azure.

https://github.com/Microsoft/PowerBI-Cli

npm install -g powerbi-cli

powerbi import -c <collection> -w <workspaceId> -k <accessKey> -f <file> -n [name]

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