Forum Discussion
bart1990
6 years agoRegular Visitor
API existing data and new data
Hello all, I'm able to connect to an API for energy data, whereby every day new data comes available. At the moment I call every day all the data, also the already available data. Is there a way ...
v-lid-msft
Community Support
6 years agoHi bart1990 ,
If your api can support define the date parameter such as &date=YYYY-MM-DD or other parameter associate with date, we can use it in power query editor to get data from a range, but if this api can only get the data of current day, we think it will be better to use other application to store it in your database every day then use power bi to get data from this database.
Best regards,
bart1990
6 years agoRegular Visitor
v-lid-msft I can add the startdate and enddate to the call, so that is not a problem.
Is it possible to create a query which refreshed only at the beginning of the month, while all the other query refresh direct? If this is possible I can combine the table with old data with the new data.