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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Resources exceeded issue - is this related to load data from view or table ?

Hi there,

I have an import mode from sql server, and now i need to have direct query mode within the same server.
with import mode, 230k records are loaded and there is no issue. I'm calling a view object from sql studio.
In the same database, i have a similar view object which has 230k records and i want to connect to this specific view with direct query. In pbix after 10-15 minutes I can see data is loaded, in the workspace it's not even working (see below) 

Bilhan_0-1695422826838.png

I heard using views instead of tables is better in power bi, is this related to view or table ?
how can I fix this problem ?

thank you.

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

You're right, in the query i'm returning couple of subqueries and that makes things close to impossible. I didn't even need them so i took them out and it works perfectly fine. 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

You're right, in the query i'm returning couple of subqueries and that makes things close to impossible. I didn't even need them so i took them out and it works perfectly fine. 

lbendlin
Super User
Super User

The issue is likely caused by your joins, and potential cartesian products. Check the cardinality of the join columns.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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