Forum Discussion

NGC48's avatar
NGC48
Helper I
4 years ago
Solved

Power Query Timestamp

Hi folks, my data is stored in an excel sheet. occasionally the rate value is updated. How can I stored both the old and the new value with a DateTime Stamp of the update toPower Query.

 

Thanks in anticipation.

 

 

 

 

 

  • Hi! NGC48 

     

    As far as I'm aware this is currently not supported. The only way is to add a new row into your data or create a new file and append that into your model. Ideally if your source data is changed the data in model also gets changed, only solution is to take the necessary changes in the source file.

     

3 Replies

  • Hi! NGC48 

     

    As far as I'm aware this is currently not supported. The only way is to add a new row into your data or create a new file and append that into your model. Ideally if your source data is changed the data in model also gets changed, only solution is to take the necessary changes in the source file.

     

    • NGC48's avatar
      NGC48
      Helper I

      Thank you Ankit, this is pretty much as I thought having tried a few possibilties.