Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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,
Kishore
Hi @nandagajula , @markive ,
This is my understanding as of Nov 2021.
There are serious challenges with implementing CI/CD using Power BI with the way it is architected at the moment
In my case, I have a shared dataset (PBIT) and multiple PBIX reports around the shared dataset
Overall the CI/CD story is non-existent.
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.
@markiveThanks for your response. Has anyone tried and successful earlier because what i am facing issue right now is access to Power Bi service