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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
nrk001
Regular Visitor

Power BI & Large Dataset: How to improve performance?

Hi Team,

 

I'm getting the below error,

 

Resources Exceeded

This visual has exceeded the available resources. Try filtering to descrease the amount of data displayed.

Please try again later or contact support.

 

I'm loading close to 100K-200K records to PowerBI from an Azure SQL database.

 

Have created a VIEW in the source SQL db and the underlying SQL has 3 - 4 table JOINs and then connected PowerBI via DirectQuery to the VIEW. (View is created on top of the Data Model tables on SQL DB; it is a streaming data that is being loaded into data model tables from Azure Streaming Query Jobs)

 

In Power BI Desktop, have created a table with few Slicers but the data/charts are very slow to load. 
What things I should take into account to ensure data load faster?

 

Please assist!

 

Best Regards

1 REPLY 1
Phil_Seamark
Microsoft Employee
Microsoft Employee

Hi @nrk001,

 

I have Power BI Desktop models with several hundred million rows of data.  The key is to make sure you keep your model efficient.

 

Only load columns you absolutely need.

Make sure you have your columns typed correctly.

Convert Datetime to Date (in the query editor or before PBI).

 

Also, watch this video, it's 100% applicable to Power BI.  https://www.youtube.com/watch?v=dgzJPQ2-F5s


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors