Forum Discussion

hmwpbi_24's avatar
hmwpbi_24
New Member
4 years ago
Solved

Data size limitation for pivoting data

Hi there.

 

I am wondering if there is a limitation in data volume (lines of data) when trying to pivot.  

 

Thanks,

  • Hi hmwpbi_24 ,

     

    It's not just a matter of rows (there is not a limitation in number of rows): it's also a matter of cardinality (number of unique values) and colums.

    1M rows with 100 columns and all of them with unique values is a demanding dataset for PowerBI.

    100M rows with 2 columns and a couple of different values (low cardinality) will be very easy.

    That's because the way VertiPaq works: it's a compressed columnar db.

     

    The maximum number of columns allowed in a dataset, across all tables in the dataset, is 16,000 columns. This limit applies to the Power BI service and to datasets used in Power BI Desktop. 

     

     

    Best Regards,
    Liang
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

2 Replies

  • V-lianl-msft's avatar
    V-lianl-msft
    Icon for Community Support rankCommunity Support

    Hi hmwpbi_24 ,

     

    It's not just a matter of rows (there is not a limitation in number of rows): it's also a matter of cardinality (number of unique values) and colums.

    1M rows with 100 columns and all of them with unique values is a demanding dataset for PowerBI.

    100M rows with 2 columns and a couple of different values (low cardinality) will be very easy.

    That's because the way VertiPaq works: it's a compressed columnar db.

     

    The maximum number of columns allowed in a dataset, across all tables in the dataset, is 16,000 columns. This limit applies to the Power BI service and to datasets used in Power BI Desktop. 

     

     

    Best Regards,
    Liang
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.