Forum Discussion
a1979d
4 years agoFrequent Visitor
Scrape from multiple pages
Hi, I am trying to scrape the data from this link that has multiple pages.... http://190.34.154.84/consultar_tramites/grid_registros_sanitarios_medicamentos/ I am able to connect to it succesful...
- Anonymous4 years ago
a1979d
Please refer to the blog below:
Web Scraping 2: Scrape multiple pages at once and refresh in Power BI service – The BIccountantPaul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
a1979d
4 years agoFrequent Visitor
Just to expand further...this is the Source code I was looking to edit in Advance Editor but didn't find anything I could change in that line as to scrape the data from the different pages.
let
Source = Web.BrowserContents("http://190.34.154.84/consultar_tramites/grid_registros_sanitarios_medicamentos/")
Thanks!