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
geekmachine811
Frequent Visitor

BI File exceeded the maximum allowed size of '1000000'

The error is brought about when I try to place both the fields "Benefit" and "PaymentAmount" on the same table side by side as shown below:

geekmachine811_0-1622096061847.png

The Table "vwEFTPaymentsInfo2" that contains the field "PaymentAmount" is filtered and the row count is 59,388.

 

dbo_vwEFTPaymentsInfo2 = dbtMedicalV4{[Schema="dbo",Item="vwEFTPaymentsInfo2"]}[Data],
    #"Filtered Rows" = Table.SelectRows(dbo_vwEFTPaymentsInfo2, each [Scheme] = 6518 or [Scheme] = 6907 or [Scheme] = 7321)
in
    #"Filtered Rows"

 

I don't understand how the query surpassess the 1000000 in this case

3 REPLIES 3
lbendlin
Super User
Super User

what are the links between these tables?  Bidirectional links are roughly equivalent to a cartesian product  (ie multiplying one table with the other).  That can get ugly fast.

lbendlin
Super User
Super User

Are these fields coming from different tables?  If yes, how are the tables linked? Single or both directions?

Yes, the fields are from different tables. Its not an exactly direct relationship between the two tables but rather through several tables. 4 to be specific

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