Forum Discussion
POWERShawn
9 years agoRegular Visitor
Why would pulling from an API via a Web Data Source not allow data refresh in the Power BI Service?
"You can't schedule refresh for this dataset because one or more sources currently don't support refresh" is what I see in the Power BI Service (Pro level). Below is an example of the data source I a...
- 9 years ago
Got this figured out, apparently Power BI is helpful and was trying to validate my URL which I am constructing before it was constructed. I learned that I need to pass in with a Query function and not put that in my URL. Hope that helps someone else!
POWERShawn
9 years agoRegular Visitor
Got this figured out, apparently Power BI is helpful and was trying to validate my URL which I am constructing before it was constructed. I learned that I need to pass in with a Query function and not put that in my URL. Hope that helps someone else!
- Anonymous9 years agoNot applicable
could you please provide an example of this Query Function of yours?
I am new to M language and I have this problem with function as part of URL...