The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.