i need to make comparison between last month and current month data and know is there is up or down is redash support that
what i need to do is something like that @jesse @arikfr

You have some options depending on your data source. It’s oracle, right?

  1. Select month, last_month_metric and this_month_metric in three columns. Chart both metric columns together.
  2. Select month and sum(metric) and group by month. Then use a counter visualization to show progress. Here’s a video that shows this in more depth:
  3. If your data source doesn’t support option 1, use the Query Results Data Source to join multiple queries and graph them together.