Forum Discussion
Anonymous
6 years agoNot applicable
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 field...
JirkaZ
Solution Specialist
6 years agoAnonymous 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.
- Anonymous6 years agoNot 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.