now I want to apply filter such that only those columns shows which have monthly cost increasing only. for example “Amazon Managed Streaming for Apache Kafka” service cost continuously increasing for month Mar,Apr,May as 26K,28K,29K respectively. So this service should be included and visible in table, But other services like “Amazon Redshift” cost is not continuously increasing so it will be excluded and not visible to table. What can be possible way to doing this, either from Calculated Field or anything else…
Hey @Max , Actually I want that the created calculated filed using your formula is only applicable to last tow month (here in the screenshot is Apr 2023 and May 2023),not apply on Mar 2023, By Default it is applied on all three months, When I filter by Excluding “Do Not Show”, it will remove whole column of March 2023, Which I Don’t want. in March 2023 column it fetch previous month cost diff. which is not included in table just because I filter for past N (3) number of month on date. Is it possible?