Forum Discussion
Alicia_Anderson
Resolver I
3 years agoOAuth authentication method isn't supported for this data source - partial web URL
I originally set up a dynamic URL until I found out that it would not refresh in the service. (VarURL as text)=> let AnalyticsQuery = let Source = Json.Document(Web.Contents(VarURL, [Query=[#"q...
GilbertQ
Super User
3 years ago
I would change the way you query the data by first just going into the static part of the URL.
Then in the next steps once it loads the data to then put in the variable part. Because this is not part of the initial URL it will remain static?
Alicia_Anderson
Resolver I
3 years agoThat is part of the problem. The static part is not a complete URL and will not resolve on its own.