3
votes

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 enter image description here

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

enter image description here

2

2 Answers

5
votes

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.

0
votes

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]