Forum Discussion

Christann's avatar
Christann
Icon for Advocate IV rankAdvocate IV
7 years ago

How can I save past data while refreshing to new?

Hi all! I was wondering if it is possible to have my current data save as a new row in a "history" table whenever I refresh. In this way I would be able to see change over time. My data is gathered from the web, and has only about 3 rows each time. Any ideas?   --Christopher

4 Replies

  • rafaelmpsantos's avatar
    rafaelmpsantos
    Icon for Responsive Resident rankResponsive Resident

    Hi 
    In these case you need to create a database in another place, like sql server azure... I do this using a sql server on azure and some R scripts.

    I use power bi to collect the dataset on web, in another Step i insert this dataset on a azure sql server using R ( library RODBC) and then i get data from sql server with powerbi. (now all the historic data)