Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hello!
I have a question to know which is the best practice.
I have a project where I have 4 tables:
-Program (IdProgram,Name,Responsable...)
-Parts of the program (IdProgram,IdSection,SectionName...)
-Parts (IdSection,IdParts,Description...)
-Conformities(IdParts,IdConformities,Answer..)
I can work with all those 4 tables related in the data model, each table have one columns that can be related with another table.
My question is, is it best to work with the 4 table separately or merge all the 4 tables into one?
Thank you 🙂
Solved! Go to Solution.
Best practices suggest creating dimension tables with unique values for fields common to different tables, creating one-to-many (single direction) relationships between these dimension tables and the corresponding fields in the fact tables.
you then use the diemnsion table fields in measures, slicers, visuals, filters...
The dimension tables provide the filter context for correct filtering and calculations
Proud to be a Super User!
Paul on Linkedin.
Best practices suggest creating dimension tables with unique values for fields common to different tables, creating one-to-many (single direction) relationships between these dimension tables and the corresponding fields in the fact tables.
you then use the diemnsion table fields in measures, slicers, visuals, filters...
The dimension tables provide the filter context for correct filtering and calculations
Proud to be a Super User!
Paul on Linkedin.
@katybr Hi, I don't have much details about your model, but it's depend on each table's complexity and weight. Also I believe if you merge 4 queries in one, it wouldn't be good practice in term of query performance.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 24 | |
| 24 | |
| 17 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 66 | |
| 41 | |
| 39 | |
| 39 | |
| 38 |