Forum Discussion
Append Data to existing table
HI everyone,
I'm loading data from Web Data soruce into a table called LOADTABLE, I need to maintain the hsotorical loads into another table like MYDATA and append data into this table everytime I refresh the data. I looked into PBI incremental option but looks like it's not working with Web Data Source. Do you have other techniques to do this task ?
In PBI Incremental load the source data needs to have datetime to be able to comapre, bu in this case I'm parsting from Web Data.
Thanks,
Pat
4 Replies
- v-jiascu-msftMicrosoft Employee
Hi Pat,
The incremental refresh has one precondition that is the data should be stored in the source. But it seems the source only has the latest data in your description.
Did you do to improve the performance of refreshing?
Best Regards,
- iLikeAzureSQLHelper I
I'm not following you!
I need to connect to Web Data source ( like https://finance.yahoo.com/quote/MSFT) and grab a table and store in a table, the next time I refresh I need to grab new data and append to previously collected records with a timestamp, soemthing like building a qutoa collections over the time.
-Pat
- v-jiascu-msftMicrosoft Employee
Hi iLikeAzureSQL ,
I would suggest you try the Folder connector. You can store the new table in a folder. You will get all the data combined when you refresh the report.
Best Regards,