Forum Discussion
Wolly
Helper I
2 years agoLimiting 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
Helper I
2 years agoAnd this means what exactly? Appreciate the reply but don't understand the explanation
lbendlin
Super User
2 years agoStore 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.