Forum Discussion
waeltken
3 years agoHelper I
Web.Contents - How to Parse Non-Standard URL component into Optional Query Parameter
To the PBI Community, I'm in the process of resolving issues from dynamic URL sources in my PBIX file so that I can schedule dataset refreshes in the service. In order to do that it's been descri...
- 3 years ago
Hi waeltken
Did you try using below part as the base URL and treat the remaining part as relative path?
Best Regards,
Community Support Team _ Jing
waeltken
3 years agoHelper I
Hi Jing,
I was able to resolve using the following as base:
https://api4.successfactors.com:443/odata/v2
This URL returns the overall list of active properties when testing in Postman and is viable on its own. The rest of the URL can be parsed with the RelativePath and Query parameters of the Web.Contents function.
Thanks,
Henrik