The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 @Anonymous,
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