Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi ,
Iam Experiencing the error coludnt load the data for this visual
I have only one table with four columns in the source with huge datacontains mor than 1millioin rows,I have pulled the data into power bi by using direct query by applying two filters as well but still iam facing the error of "The resultset of a query to external data source has exceeded the maximum allowed size of ‘1000000’".
please let me know how to resolve this issue other than applying filters in the report.
Thank You.
Solved! Go to Solution.
Hi @SBC ,
This is a known issue that appears on directquery mode datasource when it return rows more than 1M.
Use DirectQuery in Power BI Desktop#limitations-of-directquery
This is caused by 'return' rows, have you apply any t-sql queries or functions that will increase the return row amount? (e.g. join functions)
In addition,if you are nested multiple iterator functions in your measure which will multiple its row contents amount.
I'd like to suggest you try to remove them from your visual to confirm if this issue is caused by these multiplied row contents.
Notice: iterate tables will obviously increase the calculation table row contents amount.
for example, iterator three tables with 1k, 2k, 5k rows.
Actual calculated row contents= 1000*2000*5000=10^10 rows that obviously over 1M(10^6) rows.
Optimizing nested iterators in DAX
I have also found a similar post, please refer to it to see if it helps you.
Error: Resultset of a query to external data source exceeded the maximum allowed size of 100000 rows
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @SBC ,
This is a known issue that appears on directquery mode datasource when it return rows more than 1M.
Use DirectQuery in Power BI Desktop#limitations-of-directquery
This is caused by 'return' rows, have you apply any t-sql queries or functions that will increase the return row amount? (e.g. join functions)
In addition,if you are nested multiple iterator functions in your measure which will multiple its row contents amount.
I'd like to suggest you try to remove them from your visual to confirm if this issue is caused by these multiplied row contents.
Notice: iterate tables will obviously increase the calculation table row contents amount.
for example, iterator three tables with 1k, 2k, 5k rows.
Actual calculated row contents= 1000*2000*5000=10^10 rows that obviously over 1M(10^6) rows.
Optimizing nested iterators in DAX
I have also found a similar post, please refer to it to see if it helps you.
Error: Resultset of a query to external data source exceeded the maximum allowed size of 100000 rows
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@SBC , Is it a direct query. In direct query-based data should not return more than 1 M rows . Please check the measure used and try to rewrite two queries with less data, Or you define aggregate tables
https://radacad.com/power-bi-aggregation-step-1-create-the-aggregated-table
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
31 | |
27 |
User | Count |
---|---|
92 | |
50 | |
44 | |
40 | |
35 |