Forum Discussion

Chiwa200's avatar
Chiwa200
New Member
3 months ago
Solved

Get data from Web

Hi, I am trying to get data from Web in Power BI Desktop but it's failing to load after I select the tables. Saying timed out. Anyone with an idea why this is the case?

  • Hey Chiwa200,

    Thanks for providing additional info. The issue was caused by the Suggested Tables section in the Power BI Web connector. The webpage actually contains only:

    • 1 actual HTML table
    • multiple Power BI inferred Suggested Tables from web-page

    These are not real tables. Power BI creates them while trying to infer tabular structures from the rendered page. This process is computationally heavy and often causes endless loading. The fix is to just select the HTML Table. It should load successfully.

    Best,

    Harshit

10 Replies

  • Hey Chiwa200,

    Agree with pcoley. That said, could you provide more context and screenshots? The issue could stem from several different causes, so a bit more detail would help narrow it down.

    Best,

    Harshit

  • Hi Chiwa200 ,

    there are many ways to get data from web. actually you can just have a request that get one specific table or you can do really web scrapping going deeper. 
    Many websites split data across multiple pages (and you need to iterate through each page; this requires analyzing the page URL structure to see how it handles pagination). In other scenarios all the tables can be accessed in the same page.
    Maybe the query that you have is trying to go through many pages or tables. Maybe you need to have authorizations. Maybe the page is blocking multiple queries... there are many options that generate your issue. If you can please share more info about your script. 

  • What URL are you trying to scrape? The website may have a security layer that blocks browser sessions not initiated by a human user, which is how Power Query typically behaves.

  • Hi  Chiwa200  ,


    Thank you for reaching out to Microsoft Fabric Community and Thanks to @danextian , stoic-harsh and pcoley  for Sharing valuable insights.


    Just wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. 

     

     Best Regards,

    Abdul Rafi.

  • This popped up after using the advanced option and put the timeout to 10 mins and the other pic shows the error after i click "load"

     

     

    • stoic-harsh's avatar
      stoic-harsh
      Super User

      Hey Chiwa200,

      Thanks for providing additional info. The issue was caused by the Suggested Tables section in the Power BI Web connector. The webpage actually contains only:

      • 1 actual HTML table
      • multiple Power BI inferred Suggested Tables from web-page

      These are not real tables. Power BI creates them while trying to infer tabular structures from the rendered page. This process is computationally heavy and often causes endless loading. The fix is to just select the HTML Table. It should load successfully.

      Best,

      Harshit