Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
arthur-simoes
New Member

SQL SERVER big data crashing

I am working on a project where I need to import around 1000 tables from SQL SERVER, totaling about 100MB of data. However, Power BI Desktop crashes when I request the import. I cannot upload the databases gradually because all databases update when I request the import. What should I do to solve this? Is the issue related to the server capacity? Is it related to my PC's hardware?

1 REPLY 1
Anonymous
Not applicable

You are only allowed about 1GB of data for a pbix model or available memory on your laptop for the Analysis Services to place in RAM. To find the spot it is giving you an error, try loading 5-10 tables at a time, if sucessful, save pbix file. Right click on the tables(queries) imported in Power Query and uncheck Enable Load. This will prevent the currently imported tables to be loaded again. Repeat, maybe even saving as different pbix filenames until you get to the issue.

Once you find the issue, see if you can create a view in SQL Server to limit the data from the table. There might be some columnss (like large text columns - iamges, varchar(8000), nvarchar(4000), varchar(max), nvarchar(max)) that can be exclude from the model. These types of columns are usually not reported in an analytical database/visual/

EnabelLoad.png

You will eventually will have to place the chech back to Enable Load, but then that can be handled with another post. Like using Tabular Editor to post model to Power BI Service, then refresh in the service.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.