Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi everyone.
I'm building multiple dashboards that use around 7 tables from our database, so I'm creating multiple measures, calculated columns, and using a lot of Dax. My question is if you guys have any recommendations for storing all the data and calculations inside the report. How should I handle it? What should be the structure inside the pix file?
Thanks
Solved! Go to Solution.
Hi @julsr
If I understand correctly and the question is about designing the file structure and handling multiple metrics in terms of order, here are two methods I would consider:
1. Create a separate table for metrics and folders by topic. This approach would involve creating a single table at the beginning of the file to define all the measures and then organizing the rest of the file into folders based on different topics. Each folder would contain a table for the metrics related to that topic.
Guide for creating folders :
https://radacad.com/organize-power-bi-dax-measures-in-folders
2. Create a separate table for each group of metrics by topic. This approach would involve creating multiple tables throughout the file, each representing a group of metrics related to a specific topic. The tables would be organized in a way that reflects the hierarchical structure of the topics.
The choice between these two methods depends on personal preference and the specific needs of the project. For a large number of metrics, it may be more convenient to use the second approach, as it can help to break down the data into more manageable chunks. Additionally, documenting the logic behind each metric within its respective table can improve the overall organization and readability of the file.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @julsr
If I understand correctly and the question is about designing the file structure and handling multiple metrics in terms of order, here are two methods I would consider:
1. Create a separate table for metrics and folders by topic. This approach would involve creating a single table at the beginning of the file to define all the measures and then organizing the rest of the file into folders based on different topics. Each folder would contain a table for the metrics related to that topic.
Guide for creating folders :
https://radacad.com/organize-power-bi-dax-measures-in-folders
2. Create a separate table for each group of metrics by topic. This approach would involve creating multiple tables throughout the file, each representing a group of metrics related to a specific topic. The tables would be organized in a way that reflects the hierarchical structure of the topics.
The choice between these two methods depends on personal preference and the specific needs of the project. For a large number of metrics, it may be more convenient to use the second approach, as it can help to break down the data into more manageable chunks. Additionally, documenting the logic behind each metric within its respective table can improve the overall organization and readability of the file.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Great, thanks for sharing this!
Have you seen if moving the measures from the original table to a specific stable improves the speed of the report? Does it have any other advantage besides the organization?
Hi @julsr
The "location" of the metric has no impact on its performance; it is purely a cosmetic consideration.
The performance of a Power BI model can be significantly influenced by several characteristics. Here are some key factors:
Data Model Complexity:
Data Types and Cardinality:
DAX Calculations:
Data Refresh:
Query Performance:
Indexes and Keys:
Data Compression:
Aggregations:
Model Size:
Optimization Techniques:
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 38 | |
| 36 | |
| 28 | |
| 28 |
| User | Count |
|---|---|
| 124 | |
| 88 | |
| 74 | |
| 66 | |
| 65 |