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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
GovindPrajapat
Frequent Visitor

Resources Exceeded

Hi,  I am getting this error in PowerBI, Kindly help to resolve the issue

 

GovindPrajapat_0-1691050386699.png

 

1 ACCEPTED SOLUTION
v-eqin-msft
Community Support
Community Support

Hi, @GovindPrajapat 

 

The "Resources Exceeded" error in Power BI usually indicates that the amount of memory or processing power allocated to your data model is not sufficient to handle the amount of data being loaded. Here are a few suggestions that might help:

  • 1. Optimize your data model: Make sure that your data model is optimized for performance by removing unnecessary columns, creating relationships between tables, and using calculated columns instead of DAX expressions. You can also try using incremental refresh to load only the new or updated data.
  • 2. Use a dedicated data source: If possible, use a dedicated data source for Power BI to improve performance. This can be a SQL Server database, a data warehouse, or a cloud-based data source like Azure SQL Database or Amazon Redshift.
  • 3. Upgrade to a higher SKU: If your current SKU is not providing enough memory or processing power for your data model, consider upgrading to a higher SKU. The higher SKUs provide more memory and processing power, which can help with loading and refreshing large data models.
  • 4. Increase the memory allocation: If you are using Power BI Desktop, you can try increasing the amount of memory allocated to Power BI. You can do this by going to the "Options and Settings" menu, selecting "Options," and then selecting "Memory Management." From there, you can increase the "Maximum Memory" setting.
  • 5. Check for memory leaks: Memory leaks can occur when a program does not release memory that is no longer needed. Check your code for any memory leaks that might be causing the issue.

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-eqin-msft
Community Support
Community Support

Hi, @GovindPrajapat 

 

The "Resources Exceeded" error in Power BI usually indicates that the amount of memory or processing power allocated to your data model is not sufficient to handle the amount of data being loaded. Here are a few suggestions that might help:

  • 1. Optimize your data model: Make sure that your data model is optimized for performance by removing unnecessary columns, creating relationships between tables, and using calculated columns instead of DAX expressions. You can also try using incremental refresh to load only the new or updated data.
  • 2. Use a dedicated data source: If possible, use a dedicated data source for Power BI to improve performance. This can be a SQL Server database, a data warehouse, or a cloud-based data source like Azure SQL Database or Amazon Redshift.
  • 3. Upgrade to a higher SKU: If your current SKU is not providing enough memory or processing power for your data model, consider upgrading to a higher SKU. The higher SKUs provide more memory and processing power, which can help with loading and refreshing large data models.
  • 4. Increase the memory allocation: If you are using Power BI Desktop, you can try increasing the amount of memory allocated to Power BI. You can do this by going to the "Options and Settings" menu, selecting "Options," and then selecting "Memory Management." From there, you can increase the "Maximum Memory" setting.
  • 5. Check for memory leaks: Memory leaks can occur when a program does not release memory that is no longer needed. Check your code for any memory leaks that might be causing the issue.

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi, do you know how can I check my current SKU and update them if needed?

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Solution Authors