Forum Discussion
robarivas
6 years agoPost Patron
Efficiently create junk dimensions in power query
I have a large fact table (many millions of rows). It has a bunch of columns in it that I'd like to break out into a few junk dimension tables. However, I have no keys to work with so I was planning ...
ImkeF
6 years agoCommunity Champion
Hi robarivas
Multiple levels of merge tend to become slow in PQ. Why not generate some views on the SQL Server already?
Or write them as SQL-queries in PQ.
- robarivas6 years agoPost Patron
Thank you ImkeF . Just to clarify: Are you saying I should create the junk dimensions on SQL server? That seems easy and logical. However, wouldn't I still need to merge those tables back to the fact table so that the fact table can obtain the keys. Or are you saying that this step should also be done on the SQL Server side?