Forum Discussion
myu
2 years agoNew Member
Create a line chart on one record that timestamp keeps changing
I have a table that has three columns. - businessdate - netsales_total - timestamp businessdate is set to unique. This table is updated every time its source table gets a new record. ...
- 2 years ago
myu , Based on what I got, you need to check the DAX append method to append the data
https://blog.crossjoin.co.uk/2020/04/13/keep-the-existing-data-in-your-power-bi-dataset-and-add-new-data-to-it-using-incremental-refresh/
https://www.thebiccountant.com/2017/01/11/incremental-load-in-powerbi-using-dax-union/
amitchandak
Super User
2 years agomyu , Based on what I got, you need to check the DAX append method to append the data
https://blog.crossjoin.co.uk/2020/04/13/keep-the-existing-data-in-your-power-bi-dataset-and-add-new-data-to-it-using-incremental-refresh/
https://www.thebiccountant.com/2017/01/11/incremental-load-in-powerbi-using-dax-union/