Forum Discussion
How do I create a trending downward chart?
- 2 years ago
Do you have a calendar table for the X axis?
and so on...until when? Until it crosses the x axis?
Hello Ashish - I am still struggling. Here is my data.
| Date | Product | Units |
| 1/2/2024 | A | 100 |
| 1/10/2024 | B | 200 |
| 1/11/2024 | C | 300 |
| 2/22/2024 | A | 78 |
| 2/21/2024 | B | 163 |
| 2/26/2024 | C | 254 |
| 3/22/2024 | A | 32 |
| 3/21/2024 | B | 40 |
| 3/26/2024 | C | 165 |
I need to reduce the Units value by say 26 units (this will be a variable) starting April 1, 2024. This needs to go on until May 31st. I want to know the value on May 31st. Since the reduction number is a variable, I can create a slider to see different scenarios.
Thank you again.
the data that you have shared and explanation do not support each other. You mention May in the body of the message but there is no data of that month in the raw data. Share meaningful data and show the expected result.
- sw13312 years agoRegular Visitor
Hello - There is no data for May 31 - remember, May is in the future. Current data ends on 3/26. The idea is to see the optimal number to reduce (hence the variable) to see what value is there for end of April and end of May. Hope this helps.
Thanks.