Forum Discussion
LarryBroward
2 years agoHelper I
Call API 1 day at a time and create/append the data until end date is satisfied. Add 60 sec delay
The requirement is to call an API and append to the output api 1 day at a time and add a 60 second delay in between. This would be refeshed daily. It would be the last N number of days, two weeks max...
lbendlin
2 years agoSuper User
I still don't see you applying the documented principles (the Query parameter being the most important one). Happy to help you but you need to bring some effort to this too.
LarryBroward
2 years agoHelper I
Thanks for replying. I gave it my best shot. This part of power bi I find to be very obscure that is why I usually write a .net console app to handle the complexity. I thought I might be able to do the same thing in Power BI instead of writing an application but I wasn't expecting this. Each one teach one.