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.
Is it possible to publish a Power BI report from the Desktop to a workspace on the Power BI Service using an Azure DevOps pipeline and a Service Principal ?
Thanks
Charline
Solved! Go to Solution.
Hi @Anonymous,
You can try to use PowerShell to invoke rest API with service principal credentials:
Connect-PowerBIServiceAccount (MicrosoftPowerBIMgmt.Profile) | Microsoft Docs
Imports - Post Import - REST API (Power BI Power BI REST APIs) | Microsoft Docs
Regards,
Xiaoxin Sheng
hi @v-shex-msft,
Could you give me an example of a script because I don't really understand how to create my code?
Hi @Anonymous,
You can try to use PowerShell to invoke rest API with service principal credentials:
Connect-PowerBIServiceAccount (MicrosoftPowerBIMgmt.Profile) | Microsoft Docs
Imports - Post Import - REST API (Power BI Power BI REST APIs) | Microsoft Docs
Regards,
Xiaoxin Sheng