Forum Discussion
diego_forero30
4 years agoFrequent Visitor
Setting dynamic parameters from final user to Power Query URL source
Hello there, I'm facing a challenge that I'm hoping you can help me out to solve, I have 2 queries both are calling API's by using an URL: The 1st one is returning a list of events, includin...
artemus
4 years agoMicrosoft Employee
Doing this depends on what connector you are using. For Web.Contents, this won't work as it doesn't directly support direct query (you would have to build your own connector). If your data source does support direct query, then I would need more details to determine what the issue is.
diego_forero30
3 years agoFrequent Visitor
Hi artemus,
I'm using Web.Contents as I understand this is the only way to connect to a Rest API.
Could you advise if it's possible to connect to the rest api by using direct query?