Forum Discussion
Data Refresh not working with Web data
I have run into that error with Web Queries when I try and either leverage parameters or reference other queries in the query set. So things like paginating, and dynamically generating your URLs wouldnt work.
I'm not on the Power BI team, but I would assume they keep these kind of things from working because it could be a big resource hog if you are dynamically generating urls and the query never stops.
Does that sound similar to what you are dealing with?
Alex
- Tishchenko9 years agoResponsive Resident
Hi Anonymous, Anonymous
Check this posts
- koenverbeeck9 years agoAdvocate II
Awesome. Those two blog posts of Chris helped me find the solution:
a combo of relative path and passing along the parameter using Query.
After publishing the .pbix file, I had to set the credentials on the data set to Anonymous as well.
(I pass along an API key in the function itself)
- Anonymous9 years agoNot applicable
I'm suprised Excel based Web data is not supported.
The M-code calls Excel.Workbook......
Anyone know if this is on the roadmap?