Hi Eric,
We assumed that you are using MySQL as datasource type and also assume your Unix Timestamp datatype as integer. At first, you have to convert the Unix Timestamp to date format by creating the expression in expression designer like below.
Expression : FROM_UNIXTIME([UnixTimeStampColumn])
After this, you can apply the relative date filter at widget level as like below. Currently, we don’t have support to apply datasource level filter for expression column.
If you want to use datasource level filter for Unix Timestamp data, your Unix Timestamp data must be converted into datetime format in your database server level. Otherwise, we don’t have the support to apply datasource level relative date filter for Unix Timestamp data which is displayed number format in our dashboard designer.
Please let us know, if you need further assistance on this.
Regards,
Kavitha M.