Forum Discussion
ethanlsaul723
3 years agoNew Member
Column Headers with Dates
Hello,
My data is provided as follows:
Items are in columns and dollars sold are in columns by week ending date. Since each week, we add a date and lose the old week, my columns are always nice. What is the best solution to this? I am going to want to do a line chart.
1 Reply
- amitchandak
Super User
ethanlsaul723 , Unpivot the week column, and cosider dax append method if those can help
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/