Forum Discussion
PBIX file size problem
- 9 years ago
Got it!
Open the Layout 'file' in Notepad++ and you will see large swathes of image information, which looks like the scatter.jpg and other image artifacts that were actually in your Static Resources folder are actually baked into the Layout 'file' as well.
You should be able to avoid the issue if you start from scratch and are very selective about the images that you introduce. Alternatively, you may well be able to compare the Layout 'file' for a new blank pbix with the one you have, and scrape out the jpg and png junk that you don't want.
e.g
"scatter.jpg","name":"scatter.jpg","content":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAJACAIAAACc94OCAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAP+lSURBVHhe7J0FfBy38sfXSdM2Tdo0VKb3+l77ysxNm1IaZmZmZuaGmZmhScPM0DAzg0NOYmam/29mtLq989k+U5r2f9+PrZNGo9FIq9VKe3t3RqIbNw+W+HgJCXlFyDkpEZ8YhzCBkQiL00LaS2Qc+BkXR55PmLTw1u178RDEUWO5Ha46hC6CcnhE1IQlWyoNmF6iy7jb93wgiUlQpkRNQ6YTlBxhbBwLULNkpx2UVbGUUAdR6lK4WtYpttaxrQT0Q2w8GhHv7x9I44a7xaEKjqGgciZZLE5JlEyxHTle9wJDnusw59xtP5gCoiBZB8...
Hi msalam,
I downloaded the pbix file you shared with us, and also created a brand new pbix with Power BI Desktop myself. Then I extracted both files to Folders using Zip file tools. After comparing them within the folders, I found there is Layout file within "Report" folder which is mainly holding the size(about 4594 KB), and "CustomVisuals", "StaticResources" folders are also holding some of the size.
Regards
Thanks for your answer.
So that Layout file, how can we get rid or reduce its size? why is it still there when the actual report page is empty?
- Brian_M9 years agoContinued Contributor
You can save 1.7MB if you delete out the icons in under the Static Resources directory. You save a bit more by removing the custom visualisations that are there as well.
I see what you mean about the Layout, it's large compared to a new file. I've tried deleting the page and adding a new one as I'm sure you have, to no effect.
It's interesting to look at the impact of various artifacts, can I ask why you need such a small file?
- msalam9 years agoFrequent Visitor
my problem started while i was still using the Beta version of Power BI Embedded, where i was hitting a timeout everytime i try to Import my pbix file to my web app, so i tried to figure out what is causing that time out and found that its related to the size of the file which didn't mean to me logical,,then i started removing items 1 by 1 from my reports to find out which item is that big size .. to find out that nothing there is causing that file size.. as you saw in my empty file.
Now because of my problem i discovered that there is a new release for Power BI embedded which allows to increase the timout period and you work around or solve that problem.
But i'm still curious to know how to reduce my PBIX file size so as when this file really grows it grows in a logical behavior.
- Brian_M9 years agoContinued Contributor
Got it!
Open the Layout 'file' in Notepad++ and you will see large swathes of image information, which looks like the scatter.jpg and other image artifacts that were actually in your Static Resources folder are actually baked into the Layout 'file' as well.
You should be able to avoid the issue if you start from scratch and are very selective about the images that you introduce. Alternatively, you may well be able to compare the Layout 'file' for a new blank pbix with the one you have, and scrape out the jpg and png junk that you don't want.
e.g
"scatter.jpg","name":"scatter.jpg","content":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAJACAIAAACc94OCAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAP+lSURBVHhe7J0FfBy38sfXSdM2Tdo0VKb3+l77ysxNm1IaZmZmZuaGmZmhScPM0DAzg0NOYmam/29mtLq989k+U5r2f9+PrZNGo9FIq9VKe3t3RqIbNw+W+HgJCXlFyDkpEZ8YhzCBkQiL00LaS2Qc+BkXR55PmLTw1u178RDEUWO5Ha46hC6CcnhE1IQlWyoNmF6iy7jb93wgiUlQpkRNQ6YTlBxhbBwLULNkpx2UVbGUUAdR6lK4WtYpttaxrQT0Q2w8GhHv7x9I44a7xaEKjqGgciZZLE5JlEyxHTle9wJDnusw59xtP5gCoiBZB8...