Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi Team,
We would like to Publish PowerBI Template (PBIT) files using PowerShell. Could you please suggest us a way to achieve this as we want to automate the process of Datasets/Reports publishing.
Thanks,
Bhaskar
Hi @Anonymous
If you want to publish the pbit file to Power BI Service, it cannot support, we can publish pbix file to Power BI Service instead of pbit file, you can refer to the following link.
Solved: Re: Publish a Power BI template (PBIT) to Power BI... - Microsoft Fabric Community
Solved: Publishing .PBIT file to Power BI Service - Microsoft Fabric Community
If you want to publish pbix file(report) to Power BI Service by powershell , you can refer to the following command.
New-PowerBIReport -Path '.\report.pbix' -Name 'Report' -Workspace ( Get-PowerBIWorkspace -Name 'Team Workspace' )
You can refer to the following link.
New-PowerBIReport (MicrosoftPowerBIMgmt.Reports) | Microsoft Learn
But first, you need to install the PowerBI Model in PowerShell, you can refer to the following link.
https://learn.microsoft.com/en-us/powershell/power-bi/overview?view=powerbi-ps#installation
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 16 | |
| 8 | |
| 6 | |
| 6 | |
| 5 |