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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
MP_123
Microsoft Employee
Microsoft Employee

.pbix size

hi,

i want to know what effects the size of the .pbix file

i know that the # rows (if data is imported) but what abput the query? the tabs? the visuals.

i feel like the size of the file is getting bigger no proportianly way.

 

thanks

4 REPLIES 4
GilbertQ
Super User
Super User

Hi @MP_123,

 

Some great tips from @Greg_Deckler and @Phil_Seamark, the other consideration I would also say is to make sure you change the column data types to ensure that they are the correct types, as well as being the most efficient. 

 

For example if you have a column with Dates, and the column data type is set to DateTime, rather change it to Date, as this will take up less space. The same can go for number values and as suggested before is the Text based values. 

 

Another tip to ensure that the .PBIX file is as small as possible is if you have any data in your Query Editor that is used for generating other queries but is NOT required in your Power BI Model is to disable the loading of this data. Here is a great blog post by Rezza Rad explaining this Performance Tip for Power BI; Enable Load Sucks Memory Up





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

Greg_Deckler
Community Champion
Community Champion

If you want to see what is taking up the space, copy your pbix file to a zip file. Then you can just open the zip up in file explorer and take a look at the file sizes. DataModel is the file that is your data model and you will see a Reports folder, etc.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Phil_Seamark
Microsoft Employee
Microsoft Employee

Obviously the amount of data you import will have an effect.  This will be the biggest driver.

 

PBI Desktop is a tabular cube which will compress the data, however this won't work well on fields that are highly unique (such as ID fields and DateTime fields that include Day/Hour/Min/Sec)

 

So have a look at the tables with the most rows and see what columns you can avoid brining into your model.

 

Often you can remove quite a few columns and still create SUM/COUNT/AVERAGE measures that satisfy your reporting needs.

 

Your model will be faster too.


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

This is a very good video which is 100% releveant to building models in Power BI Desktop.

 

https://www.youtube.com/watch?v=dgzJPQ2-F5s

 

 

 

 


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

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.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors