Forum Discussion
PC crashes when doing a left join
Gday all!
This week i've been having an issue with a powerquery left join.
I have 2 tables, table 1 contains an id that corresponds with a unique id in table 2.
Now i want to join just 1 column in table 1 that exists in table 2.
Both dataflows are roughly 500mb each.
But when i join them, all my 32GB of memory gets eaten in like 1 minute, which results in basically crashing my entire system.
Does anybody have any idea how this could be? (i've removed null values from both id columns, so at most, it should be a 1 to many relation).
Ahh okay Merging is not joining. now I understand and for sure its a size issue that you are facing.
19 Replies
- AnonymousNot applicable
Try doing it on Power BI Service, or through Power BI Dataflows in case you have a Premium capacity or Pro License. That may reduce the usage of your memory.
Other options would be filtering the tables by some criteria/range and then appending them. Not efficient, but still a workaround.
- decarsulHelper V
The datasource are PowerBI Dataflows in a premium environment. And i have a pro license.
Yeah . . . i already skimmed as much as i could, this crashing is also the reason i am only trying left join 1 columnn instead of 8 (which is the bare minimum i need).
Ill try exporting the dataflows to 2 csv files and see i if can join them that way. If that would work, it should point to an issue within the DataFlow itsself, no?
- aj1973Community Champion
Sorry I didn't get your scenario! You have 2 dataflows, you call these dataflows to your Desktop and you pick different entities from these 2 Dataflows. In your model you try to join (relationship) 2 entities from those 2 dataflows and your system crashes?
Is this your issue?
- decarsulHelper V
Hello Amine,
hmmm . . . well that <insert cuss word here> . . .
I wish it would give me a warning or something, instead of completely locking up my system tho.
oh btw, does this limit count only for free users, or also for pro users?
Because i am the latter.
- decarsulHelper V
To followup my question. I'm asking because of this post made in 2018.
According to this, i can use and upload up to 10GB
- decarsulHelper V
And also,
Does this apply only to the online workspace, or also to the desktop client?
- aj1973Community Champion
Answering all your 3 questions:
- Limits count for free and Pro licenses
- The 10GB size is the limite for a workspace not for a Dataset. one workspace can contain many Datasets, one dataset can't be more than 1GB size, size of all Datasets can't go over 10GB in A workspace
- Same answer as question 2