Forum Discussion

GRob's avatar
GRob
Frequent Visitor
5 years ago
Solved

Invoke api call during data load not allowed to schedule refresh

During my data load i invloke a custom function that calls data from an api...

 

Source = Xml.Tables(Web.Contents("https://xxxxxx.com" & url))

 

I have hard coded the first part of the  url and passed through the variable url at the end which completes the api call.

I can run this without any issues in PowerBi desktop, but once published, I cannot auto refresh...

 

You can't schedule refresh for this dataset because the following data sources currently don't support refresh:

  • Data source for OpenTickets

 

Discover Data Sources

Query contains unsupported function. Function name: Web.Contents

 

Any ideas?

2 Replies