Hello,
I have a data set that has the following columns: item_id, created_at and deleted_at.
I am trying to create a quicksight chart that has three lines:
Number of items created by month
Number of items deleted by month
Cumulative total of items that are active (meaning not deleted once created)
Hello, you can create a line chart with multiple fields. You will need to reshape your dataset, summing items created and deleted by month. Once you have this, you can do a cumulative sum of the difference between these to get items active. Then you can plot these three series on a line chart, with your months along the x axis.
Hi @anandds ,
We hope the replies from @purpledonkey17 and @nshah-quicksight worked for you.
Let us know if this is resolved. And if it is, please help the community by marking the reply as a “Solution.”
Many Thanks,
Andrew