web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : VQNtJZVWWgtPMTs9dX7rYb
Power Apps - Microsoft Dataverse
Answered

Maximum amount of columns per table

Like (1) ShareShare
ReportReport
Posted on 30 Jul 2021 13:01:24 by 8

Hey all,

 

is there a maximum amount of allowed columns per table in Dataverse? 

Like the limitation within SharePoint list?

 

I didn't find anything within Microsoft documentation.

 

Thanks in advance and many greetings,

Patrick

Categories:
  • cchannon Profile Picture
    4,702 Moderator on 31 Jul 2021 at 12:05:08
    Re: Maximum amount of columns per table

    The SQL column count limitation applies because the product--at its heart--has long been a SQL server. That seems likely to be evolving in the online world (to something SQL-like, but not exactly the same thing customers can buy from MSFT?), but back in the onprem days you could truly interact with the underlying db, which was just commercial Sql Server. Anyway, I wouldn't count on SQL documentation as a good place to get other constraint information, just because MSFT is likely breaking lots of their own limits simply because they can. 

     

    MSFT documentation does list other limits for the system, though they aren't aggregated into one convenient list because 'limits' can take many forms such as API querying limits, or miscellaneous operational limits. You'll just have to search for whether or not known constraints exist as each question comes up.

  • pschneider Profile Picture
    8 on 31 Jul 2021 at 09:23:17
    Re: Maximum amount of columns per table

    Thank you for your reply.

    Regarding the table design and max column amount you're absolutely right to first of all change the basement of the data structure / table design.

    So if you mention the technical limits of a SQL table (1024) are also valid for Dataverse, does this also apply for other technical limitations within Dataverse? Or in other words: Is there a Microsoft documentation where Dataverse is technically described and limitation details are documented?

     

    Thanks in advance.

  • Verified answer
    cchannon Profile Picture
    4,702 Moderator on 30 Jul 2021 at 15:46:40
    Re: Maximum amount of columns per table

    Yes, the maximum is constrained by the maximum number of columns in a SQL table (1024), but it is not 1024; it will always be less than that. This is for two reasons:

    • OOB when you create a table, several columns are added, and not all of them are visible to you (metadata)
    • Some column types actually are composites of more than one column in the database. Lookups, for example, need a column for Name, ID, and ETN, and (I assume) the new polymorphic lookups increase that number geometrically.

    So, there is no hard and fast number for the limit because it varies from table to table based on the columns you add. BUT, you can always be certain it is something less than 1024.

     

    Now let me take a step back for a minute. Normalized data structures may not be the best answer for every situation, but if you EVER need to get anywhere near the max columns per table, you have almost certainly failed enormously in your design. The wider the tables, the slower the transactions, and the harder it is to perform reporting. You should NEVER have to worry about that max because--simply put--if you ever do, there MUST have been a better way.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 2

Featured topics

Loading complete