Forum Discussion
erolyucel
8 years agoFrequent Visitor
web scraper
How can I scrape https:// yokatlas.yok.gov.tr/lisans.php?y=104112286#c1000_1. I see the table, but I cannot get the data with Power BI Web way.
- 8 years ago
Hi erolyucel,
If I understand your scenario correctly that you want to get data from a web page in Power BI Desktop?
According to your description, did you encounter this issue?
If it is your case, you may find the solution in this article.
If you need addition help, please describe your issue in more details and show some screenshots, so that we can help further investigate on it?
Best Rgards,
Cherry
Anonymous
8 years agoNot applicable
If you're talking about the tables that appear dynamically after clicking on the links on that page, I don't think you're going to be able to scrape that. In those situations, even from a .NET perspective, you have to actually simulate a browser to get data that is subsequently generated for the viewer after javascript events.