Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Get data from web not displaying table on my version

Hello,

 

I've already took a look here https://datachant.com/2017/03/30/web-scraping-power-bi-excel-power-query/

I know there's a way to get over it, but I have a strange behavior that I want to expose :

 

I want to get the table from https://www.imdb.com/search/title/?year=2019&title_type=feature&

As you can see, Power BI is not able to get the table :

 

I aske someone, using the same version of PBI than me (V : 2.79.5768.1082 64-bit (mars 2020)) but in English, to add the same source and send me the file, and it's actually working for him :

 

I know I can drill down manually throw the HTML structure using https://datachant.com/2017/03/30/web-scraping-power-bi-excel-power-query/ but here it's quite a mess.

 

My source is : Source = Web.Page(Web.Contents("https://www.imdb.com/search/title/?year=2019&title_type=feature&")),

His source is : Source = Web.BrowserContents("https://www.imdb.com/search/title/?year=2019&title_type=feature&"),

Why is it different ?

 

Have you any idea ?

  • Anonymous's avatar
    Anonymous
    6 years ago

    Ok, the problem came from this option, if it's not enabled, the table is not recognized.

    I might be something like "New web table interface" in English

     

6 Replies