Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Solved! Go to Solution.
Hi , @Anonymous
Anyway you need to understand the composition and content of pbix first.
You can refer to this article (Here is a lot of what you want to know)
What makes up a powerbi desktop pbix file
exposing-m-code-and-query-metadata-of-power-bi-pbix-file
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi , @Anonymous
Could you please tell me whether your problem has been solved?
If it is, please mark the helpful replies or add your reply as Answered to close this thread?
Best Regards,
Community Support Team _ Eason
Hi , @Anonymous
Anyway you need to understand the composition and content of pbix first.
You can refer to this article (Here is a lot of what you want to know)
What makes up a powerbi desktop pbix file
exposing-m-code-and-query-metadata-of-power-bi-pbix-file
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hey @Anonymous ,
the number one point that determines the size of the data model is the number of unique values in each column, the more unique values, the larger the model.
You can inspect the data model, using the vertipaq analyzer, that can be found here:
https://www.sqlbi.com/tools/vertipaq-analyzer/
Since version 2.9.4 also DAX Studio can answer the questions of what structure exactly is responsible for the size of the data model: https://www.sqlbi.com/blog/marco/2019/09/15/vertipaq-analyzer-2-0-preview-1/
Why is the file size shrinking?
Due to creating a single table, you also reduce the number of columns, as there is no longer any need for 2 key columns (dimension and fact table). As there is just one table, there are no longer relationships, but from my experience relationships are never that big.
Please be aware that, a star schema is the design to go for, as a one-table solution might create unexpected results: https://www.sqlbi.com/articles/understanding-dax-auto-exist/
Regards,
Tom
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
78 | |
78 | |
59 | |
35 | |
33 |
User | Count |
---|---|
100 | |
62 | |
56 | |
47 | |
41 |