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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
pborah
Solution Sage
Solution Sage

Can I save pbit instead of pbix in the new Git integration (preview)?

We already have a main PowerBI git repository in Azure devops where we save a pbit of each report we make to manage file size and strip data out of the files. But we do this manually every time. While I'm happy to see direct git integration under workspace settings in the service, I was wondering if it's possible to replicate what we've been doing manually, i.e. have pbit pushed to git instead of pbix? 

 

Because if you think about it, it's not really that efficient to be pushing 500-600MB+ pbix files where bulk of the size comes from the data embedded with it to a code repository of all places. Especially when you have 100+ reports in your organization.

 

 

1 ACCEPTED SOLUTION
SaiTejaTalasila
Super User
Super User

Hi @davidding ,

 

Understand the difference and pbip is the most efficient one.

 

Pbix (Power BI Report):

Contains: Full report with data.

Git Suitability: Less ideal due to size and data inclusion.

 

Pbit (Power BI Template):

Contains: Report structure without data.

Git Suitability: Better than .pbix due to smaller size and no data.

 

Pbip (Power BI Project):

Contains: Modular project files, allowing for separate management of components.

Git Suitability: Best option for version control, supporting granular changes and more efficient collaboration.

 

Thanks,

Sai Teja 

View solution in original post

3 REPLIES 3
SaiTejaTalasila
Super User
Super User

Hi @davidding ,

 

Understand the difference and pbip is the most efficient one.

 

Pbix (Power BI Report):

Contains: Full report with data.

Git Suitability: Less ideal due to size and data inclusion.

 

Pbit (Power BI Template):

Contains: Report structure without data.

Git Suitability: Better than .pbix due to smaller size and no data.

 

Pbip (Power BI Project):

Contains: Modular project files, allowing for separate management of components.

Git Suitability: Best option for version control, supporting granular changes and more efficient collaboration.

 

Thanks,

Sai Teja 

davidding
Resolver I
Resolver I

when you save the report as pbip file, it should automatically created the gitignore file. Inside the file there should be a reference to "**/.pbi/cache.abf". This is where the data is stored, so when you push this into the repo it will not include the actual data.

davidding_0-1720950997939.png

 

AlexisOlson
Super User
Super User

The Git integration doesn't use pbix or pbit. It uses the pbip project format.

 

https://learn.microsoft.com/en-us/power-bi/developer/projects/projects-azdo

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors