Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I am using Enter Data to create a new table. When i tried to put more than 750 rows into this table, i got a message saying the maximun size of this table has been reached. is there a way to increase this limit? i only need about 1000. it is static data and i thought i would check before creating the table outside of Power BI.
Solved! Go to Solution.
I'm not aware of a way to increase the limit. It all gets encoded into a single "string" so that's probably where the limitation is coming in. Sounds like you might have quite a few columns?
I'm not aware of a way to increase the limit. It all gets encoded into a single "string" so that's probably where the limitation is coming in. Sounds like you might have quite a few columns?
Yes, probably too many for what this was intended for. i'm just going to add the table into the database. thanks.