Min() - Max() - how to get what's between?

If you want actual date values, this will work too:

    .FormulaMap(CurrentValue.DateTimeTruncate("month"))
    .Unique()

Here’s an example:

6 Likes