Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi, I am loading the data from Sql Server into PowerBI and this table "Invoice Interval Charge" is in Billion rows. I am getting an error as shown dig. Can anyone guide me with a solution ?
All other tables are not loading due to this particular table.
Solved! Go to Solution.
Hi @siva3012,
Based on your screenshot, the issue is related to your database engine. Please increase the tempdb size to work through the issue or re-write a suitable query.
Reference link:
Configuration Best Practices for SQL Server Tempdb–Initial Sizing
How to: Change the tempdb file size
Regards,
Xiaoxin Sheng
Hi @siva3012,
Based on your screenshot, the issue is related to your database engine. Please increase the tempdb size to work through the issue or re-write a suitable query.
Reference link:
Configuration Best Practices for SQL Server Tempdb–Initial Sizing
How to: Change the tempdb file size
Regards,
Xiaoxin Sheng
@Anonymous : Thank you for response. I have a small dout, I am connecting millions of rows in one table with many tables which is the same, and intially i have imported the data by connecting to the SQL Server database by IMPORT query. "The database is normally connected through Remote Desktop location". My Query is Since i load data through IMPORT, all the query which is applied in advance editor will impact in my system or in the remote server.
@siva3012 you have run out of space in your tempdb, are you applying a sort at all in your query? .
Proud to be a Super User!
How to increase space in tempdb ?
I have applied some sort and pivot operations in edit query.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 27 | |
| 23 | |
| 18 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 53 | |
| 44 | |
| 42 | |
| 39 | |
| 34 |