Forum Discussion

lsuneson's avatar
lsuneson
New Member
10 years ago
Solved

API call limit - introduce delay

Hi,   I'm using power bi desktop to connect to web services using the from web query. Everything works well before i try to merge queries. I web service I connect to only allows 1 call per 2 second...
  • lsuneson's avatar
    lsuneson
    10 years ago

     

    Thanks, downloaded Fiddler and it looks like power bi makes a new http call for more or less every operation. Have only taken a couple of programming classes 10 years ago but that would not even been aloud in 101 classes!  

     

    I have tried Table.Buffer but it didn't help much in my more complex queries. I guess I will try to keep the queries to raw data and do all calucaltions etc using the modelling functionality and see if that helpes. 

     

    Thanks again Chris!