Have a slice that only shows dates

Hi,

I have a slice and I would only like this slice to show rows that have dates that have passed. This is to show insurance that is due to be renuewed.

Is there a for. Ula that I can add to the filter row condition to show these filtered results.

Solved Solved
0 3 285
1 ACCEPTED SOLUTION

Try with TODAY()>[DateColumn]

View solution in original post

3 REPLIES 3

Try with TODAY()>[DateColumn]

Thankyou. I didn’t understand where to put the greater than symbol

You’re welcome

Top Labels in this Space