Forum Discussion
Anonymous
6 years agoNot applicable
Star Schema - Should I reference or duplicate?
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...
- 6 years ago
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
Greg_Deckler
6 years agoCommunity Champion
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
Anonymous
6 years agoNot applicable
Thanks, I also found this useful article:
https://radacad.com/performance-tip-for-power-bi-enable-load-sucks-memory-up