Hi Metabase Community, we’ve upgraded to 0.56.3.3 (from 0.53.60).
However, after upgrading, the “Day of Month” bin aggregation is not working properly on Line graphs when display as Ordinal (i.e. 1,2,3… 31) .
We expected the graph from previous month to overlap with the current month by day of month.
Our backed database is Databricks and the column data type is Date. Currently, workaround using
day([Date Column])
custom expression works.
Let us know if you have any other solution or what did we do wrong on this chart.