Hi there.
First thing first : good job ! metabase is a great tool ! Really
Using metabase editor, is this possible to format date value ?
Example:
From DATA with two dates columns. I want to keep only the data where the month is identical for both columns.
something like : date_format(columnA, "%Y-%m") = date_format(columnB, "%Y-%m");
I could not create custom column to display date_format(columnA, "%Y-%m")
.
I could not create filter based on date_format
.
Do you have any clue?
Note: i'm using MySQL datasource.
Regards
Thomas.