Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I query through an API where I get the location of my app in search.
I want to update once a day and add a new line of queries to previous days with an update date.
for example:
That is, one should create a situation where the next query does not replace the previous one but produces another row in the table.
Does anyone know how to do this?
@Anonymous
You cannot make it with incremental refresh without a date parameter. Can't you just add a date parameter in power query? Then set the day to 1 in the incremental refresh setting.
Incremental refresh for datasets in Power BI - Power BI | Microsoft Docs
Paul Zheng _ Community Support Team
@Anonymous , refer if this blog can help
https://sqldusty.com/2020/05/20/power-bi-incremental-refresh-with-web-api-data-source/
@amitchandak
Unfortunately, this is not so appropriate because there is no date parameter in API.