Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have a table with the accumulated sold tickets, and the date in the x axis. I am wondering how to filter so that only appears the accumulated sales till this day last year. 2023/02/19 for instance. The field is calle accumulative_sales
Thanks,
Sergio
You can try this set analysis. To be added to your measure.{<Date={">= addyears(today(),-1)"}>}
Kind regards,Théo ATRAGIE.