Forum Discussion

johnwest's avatar
johnwest
Regular Visitor
5 years ago
Solved

Error creating refreshment schedule of web content data with post method

I have a PBI Report Server that gets data from an API by POST method, something like:     let URL = "http://xxx/tstat", headers = [#"Content-Type"="application/json"], data = "{""quer...