Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

API to connect web databse and power bi

Hi everyone.

 

Im trying to connect a web database (https://www.pap.hacienda.gob.es/bdnstrans/GE/es/concesiones) to Power BI and I do not know which type of API I can use in order to fill the fields required to obtain the information just in Power BI, in other words, directly from Power BI and without the need for choosing the information and downloading it from the website.

 

I hope anyone can help me.

 

Thanks in advance community.

2 Replies

  • JirkaZ's avatar
    JirkaZ
    Solution Specialist

    Anonymous Fire up Fiddler when retrieving data on the web. You will see what requests are issued and then you can use Web.Content in Power BI to issue the same queries.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Okey.

       

      But Fiddler shows every http used, the thing is what I need to make the web queries in power bi, instead of going back and forth to the web and then to Power BI.

       

      Thanks once again.