Hello Team, I have one interesting task and required help in inference part. I have some MOM data and want to make inference part dynamic whenever month filter is applied.
here is MOM data
Months
Sales
Sep-22
200
Oct-22
500
Nov-22
700
Dec-22
500
lets say inference part is
This month sales has been Decreased from past months
So let assume there is no filters are selected so the inference part will be comparing to Nov-2022, that is why it is showing as Decreased, But now lets assume user select Oct then the inference part will show Increased in output.
What logic need to be built so that we can get such output