Forum Discussion

Diplodicus's avatar
Diplodicus
Regular Visitor
2 years ago
Solved

Power BI Desktop - Web Data Import size limitations

I am trying to import data into Power BI Desktop from an .htm file that is generated from a separate program however it appears to only work for the smaller files and seems to hang when I try to import data from a larger file. Although I don't get an error with the larger file the Navigator window that shows up is empty:

 

For reference, the smaller file is around 1.5 MB, has 87 tables, 3,385 columns, and is 42,586 lines long. The larger file is close to 12 MB, has 238 tables, 25,597 columns, and is 326,054 lines long.

 

Is this issue due to a lack of RAM or am I running into the 16,000 column limit mentioned in this post?

 

  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi, Diplodicus 

    Power BI has a maximum column limit of 16,000 columns across all tables in the semantic model. If a large file exceeds this limit when you try to import all your tables and columns, it could be one of the reasons for the issue. For more information, see Data source limits for the Power BI service:

    Data sources for the Power BI service - Power BI | Microsoft Learn

    While column limits are a definite constraint, large files can also present challenges due to memory limitations, especially if the data transformation steps in Power Query are complex. The performance of Power BI Desktop can be significantly impacted by the available RAM, especially when working with large datasets.

    If possible, try to reduce the complexity of the data you're importing. This may involve filtering out unnecessary columns or tables before importing data into Power BI. You can do this by editing the .htm file or by using preliminary data processing steps outside of Power BI.

    If your data allows, consider splitting larger files into smaller chunks. This can mean splitting the data into multiple .htm files based on logical partitions, and then importing them into Power BI individually.

    If you are experiencing memory limitations, increasing the RAM on your system may help. Also, make sure you're using the 64-bit version of Power BI Desktop, as it makes better use of system resources than the 32-bit version.

    Make sure Power BI Desktop is up to date. Newer versions often come with performance improvements and bug fixes that may fix your problem.

    For more detailed guidance on working with web data in Power BI Desktop:

    Tutorial: Import and analyze data from a webpage - Power BI | Microsoft Learn

     

    How to Get Your Question Answered Quickly 

    Best Regards

    Yongkang Hua

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

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi, Diplodicus 

    Power BI has a maximum column limit of 16,000 columns across all tables in the semantic model. If a large file exceeds this limit when you try to import all your tables and columns, it could be one of the reasons for the issue. For more information, see Data source limits for the Power BI service:

    Data sources for the Power BI service - Power BI | Microsoft Learn

    While column limits are a definite constraint, large files can also present challenges due to memory limitations, especially if the data transformation steps in Power Query are complex. The performance of Power BI Desktop can be significantly impacted by the available RAM, especially when working with large datasets.

    If possible, try to reduce the complexity of the data you're importing. This may involve filtering out unnecessary columns or tables before importing data into Power BI. You can do this by editing the .htm file or by using preliminary data processing steps outside of Power BI.

    If your data allows, consider splitting larger files into smaller chunks. This can mean splitting the data into multiple .htm files based on logical partitions, and then importing them into Power BI individually.

    If you are experiencing memory limitations, increasing the RAM on your system may help. Also, make sure you're using the 64-bit version of Power BI Desktop, as it makes better use of system resources than the 32-bit version.

    Make sure Power BI Desktop is up to date. Newer versions often come with performance improvements and bug fixes that may fix your problem.

    For more detailed guidance on working with web data in Power BI Desktop:

    Tutorial: Import and analyze data from a webpage - Power BI | Microsoft Learn

     

    How to Get Your Question Answered Quickly 

    Best Regards

    Yongkang Hua

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

  • Diplodicus's avatar
    Diplodicus
    Regular Visitor

    Update: I removed the 5 tables with the largest column count to bring the overall column count to below 16,000. I was then able to open the file in PowerBI Desktop.