Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

How to publish PBIT files using PowerShell

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

1 REPLY 1
Anonymous
Not applicable

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.

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors