Forum Discussion
Anonymous
7 years agoNot applicable
Deploy Power Bi Reports using CI/CD
Hi, I am looking for CI/CD solution to deploy Power BI reports from my Git repo. Please share if you have any solutions to achive this? Appreciate if you can provide some help here. Thanks, ...
markive
7 years agoAdvocate II
One approach that might work is to create an Azure Logic App & Azure Function
Connect it to your Github repo and when there is a new commit have that trigger the Logic App to call the Azure Function. The Azure function should download the PBIX file form github and then use the PowerBI REST APIs to publish the dashboard automatically.