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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register 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.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors