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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.