Forum Discussion
shuhn1229
Resolver I
3 years agoPOST Request with REST API
Hi all, I am working with a REST API that sends in POST. I am using the code below, and I am able to refresh in desktop client after about 20 minutes. However, when I perform schedule refresh I g...
amitchandak
Super User
3 years agoshuhn1229 , refer if this can help
https://community.powerbi.com/t5/Power-Query/Getting-Data-From-POST-API-with-JSON-Body/td-p/1847021
shuhn1229
Resolver I
3 years agoI resolved this by pre-caching the query. It has something to do with the fact that if the cloud refresh isn't recieving a response, it will kill the connection after about 6 minutes (time out does not solve this). Meanwhile, if the query is preloaded, even if its large, cloud refresh works. I took a look at those sources, I didn't see anything applicable but I do appreicate your help. I'm leaving this open in case anyone ever solves it.