Forum Discussion
Anonymous
9 years agoNot applicable
Import Data SSAS Memory issue
Hey everyone :) I'm trying to build my reports using SSAS and since i'm very limited with live connection i figured I would try the Import Data option. I imported my dimension tables, but I have a m...
ihafidh
9 years agoRegular Visitor
I was getting the same issue and after troubleshooting a bit I realized what the import was doing. When you select multiple tables, PowerBI seems to do a cross join on those tables. This leads to a huge data explosion and that is why the server runs out of memory. Try importing only one table at a time.
McArtuRG
5 years agoNew Member
I had the same problem. Your comment solved my problem. Thank you!