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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Anonymous
Not applicable

Export PBIT from PBIX and automate the process.

Export PBIT from PBIX and automate the process using power Shell or C# .

6 REPLIES 6
Akshay1994
New Member

Hi,

I am also looking for a similar solution. Has anyone got any insight for this?
It would be a great help.
Thanks

Akshay

smpa01
Super User
Super User

@Anonymous@Anonymous  this is a great question and powershell is to rescue.

 

Source-> is a folder where you have all the pbix to be batch-converted to pbit

Destination-> is a folder where you will keep all converted pbit file

 

 

 

 

$items = Get-ChildItem -Path "C:\Users\Source"

$move =For ($i = 0; $i -lt $items.Length; $i++) {
# Write-Host $items[$i] ([System.IO.Path]::GetFileNameWithoutExtension($items[$i]))
Copy-Item -Path "C:\Users\Source\$($items[$i])" -Destination "C:\Users\Destination\$(([System.IO.Path]::GetFileNameWithoutExtension($items[$i]))).pbit"
}

 

 

 

 

 Please run the above from PowerShell ISE to do the batch conversion from source to destination

Did I answer your question? Mark my post as a solution!
Proud to be a Super User!
My custom visualization projects
Plotting Live Sound: Viz1
Beautiful News:Viz1, Viz2, Viz3
Visual Capitalist: Working Hrs
Anonymous
Not applicable

From what I understand, you are using PowerShell to change the file extension from PBIX to PBIT.  But,this is not going to remove the data from PBIX. Isn't it?

 

 

let me get back to you later on this

Did I answer your question? Mark my post as a solution!
Proud to be a Super User!
My custom visualization projects
Plotting Live Sound: Viz1
Beautiful News:Viz1, Viz2, Viz3
Visual Capitalist: Working Hrs
Anonymous
Not applicable

Hello @Anonymous ,

I have a similar problem. Did you manage to find a solution ?

 

I am surprised that MS has not addressed this issue. 

 

Thanks,

Sau

 

TeigeGao
Solution Sage
Solution Sage

Hi @Anonymous ,

Based on my test, PowerBI desktop executive file only provides a parameter to run pbix file, we can only export pbit via PowerBI desktop manually.
Snipaste_2019-04-11_10-14-50.png

Besides, I haven't found a official command line tool to do this.

Best Regards,

Teige

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.