Forum Discussion
Publishing PBIX file progammatically
- 7 years ago
I finally got it to work and wanted to post my solution.
I had to change the url passed by adding in myorg/groups as well as the GUID of the App that I wanted to publish to.
Hi JasonAkin,
Based on my research, there is no limitation to programmatically publish a .pbix file live connect to Service dataset. In your scenario, please test whether you can publish the report to service successfully via clicking the "Publish" button manually.
Regards,
Yuliana Gu
Yes I have had no issue publishing it manually. I am working with the project from github
https://github.com/criticalpathtraining/pbixinstallerforpowerbi
I am able to see all my workspaces contents but having an issue with the import.
My company receintly decided to give access to users to manage and change reports but do not want them publishing so we are trying to set up an automated process that will publish and archive the file so that we have a history or receint changes.
- JasonAkin7 years agoFrequent Visitor
I finally got it to work and wanted to post my solution.
I had to change the url passed by adding in myorg/groups as well as the GUID of the App that I wanted to publish to.