Forum Discussion

erolyucel's avatar
erolyucel
Frequent Visitor
8 years ago
Solved

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.

  • 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

5 Replies

  • v-piga-msft's avatar
    v-piga-msft
    Resident Rockstar

    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

    • erolyucel's avatar
      erolyucel
      Frequent Visitor

      Thank you Cherry. It is a direct hit. You made me proud to be part of this community.

      • v-piga-msft's avatar
        v-piga-msft
        Resident Rockstar

        Hi erolyucel,

         

        It is glad that we can help you. That's my pleasure.:smileyvery-happy:

         

        Best Regards,

        Cherry

  • Anonymous's avatar
    Anonymous
    Not 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.