Forum Discussion
PowerShell deployment of Power BI project (*.pbip)
- Anonymous2 years ago
HI Anonymous,
According the document, I suppose this method currently does not support pbix files. It only mentions pbix file instead of all type of power bi files.
Loads a Power BI report from a pbix file and deploys it to the Power BI service. Before you run this command, make sure you log in using Connect-PowerBIServiceAccount.
New-PowerBIReport (MicrosoftPowerBIMgmt.Reports) | Microsoft Learn
AFAIK, current it does not exist built-in PowerShell cmdlet or module to convert pbip to pbix. You may need to manually do these operations on power bi desktop side.
Regards,
Xiaoxin Sheng
HI Anonymous,
According the document, I suppose this method currently does not support pbix files. It only mentions pbix file instead of all type of power bi files.
Loads a Power BI report from a pbix file and deploys it to the Power BI service. Before you run this command, make sure you log in using Connect-PowerBIServiceAccount.
New-PowerBIReport (MicrosoftPowerBIMgmt.Reports) | Microsoft Learn
AFAIK, current it does not exist built-in PowerShell cmdlet or module to convert pbip to pbix. You may need to manually do these operations on power bi desktop side.
Regards,
Xiaoxin Sheng