Slice that only shows rows with the current month

Hello!
I was trying to create a slice to only show me rows from the current month.
for the row filter condition i put:
AND( MONTH([Date]) = MONTH(TODAY()), YEAR([Date]) = YEAR(TODAY()))

when i save the expression assistant it shows me the right results in the app preview but when i save and reload the app it doesnt work anymore.

is the formula correct? Thank you for the help!

Emilio

Solved Solved
0 3 1,112
1 ACCEPTED SOLUTION

Hi

Try this please

TEXT([Date],โ€œMMYYYYโ€)=TEXT(TODAY(),โ€œMMYYYYโ€)

View solution in original post

3 REPLIES 3
Top Labels in this Space