Forum Discussion
Wolly
2 years agoHelper I
Limiting API calls for same information
I have a function that's called within my Power Query that includes the API call similar to below: https://eodhistoricaldata.com/api/eod/MSFT.US?from=2023-01-01&to=2023-01-01&api_token=YOUR_API_T...
Wolly
2 years agoHelper I
And this means what exactly? Appreciate the reply but don't understand the explanation
lbendlin
2 years agoSuper User
Store the results of your API calls somewhere, and use your own process to keep track of which calls you have already made and which not. Then point Power BI to the data for the reporting part.