Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hi All,
I am starting a Star schema data model from a single table and I have this question:
How should I create the dimensions tables? referencing the main table? duplicating it?
I have read some articles but I couldnt find the best approach.
Thanks,
Solved! Go to Solution.
Probably best practice would be to Reference your main query in Power Query editor and remove all unneeded columns. This would be how you would create your dimension tables.
You could also do it in DAX using SELECTCOLUMNS and DISTINCT
Probably best practice would be to Reference your main query in Power Query editor and remove all unneeded columns. This would be how you would create your dimension tables.
You could also do it in DAX using SELECTCOLUMNS and DISTINCT
Thanks, I also found this useful article:
https://radacad.com/performance-tip-for-power-bi-enable-load-sucks-memory-up
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
16 | |
4 | |
3 | |
2 | |
2 |
User | Count |
---|---|
19 | |
13 | |
7 | |
7 | |
5 |