Forum Discussion

alxrz's avatar
alxrz
Regular Visitor
10 years ago
Solved

Web.Contents is not working with Scheduled Refresh [BUG]

I'm trying to use function Web.Contents which is supported (as "Web") according to https://support.powerbi.com/knowledgebase/articles/474669-refresh-data   Here's my part of code: ... url = Text....
  • curth's avatar
    10 years ago

    The reason this isn't working is because you're generating the URL programmatically. For the most part, the URL will need to be a literal for refresh to work. If you need to construct an URL from a literal base path and a variable relative path, you could try specifying the base path as the first argument to Web.Contents and then using the RelativePath query option for the variable part. This has the limitation, though, that the base path by itself must be accessible or the "Test Connection" process will fail.