Forum Discussion
Anonymous
4 years agoNot applicable
Dynamic Date Title
Hi, I want to insert years as a title into a card. Like shown in the picture. The last card "2022" is always this year. I did this with the formula "=NOW()" Each year the title should change to...
- 4 years ago
If you want a date you a year ago you can create the following measure:
Date a Year Ago = DATE(YEAR(TODAY())-1,MONTH(TODAY()), DAY(TODAY()))
amitchandak
4 years agoSuper User
Anonymous ,measure or column as per need
This Year = year(Today())
Next Year = year(Today()) +1
Last Year = year(Today()) -1
- Anonymous4 years agoNot applicable
Thank you for your fast reply.
But I still get strangely 1905 for the last year.- Tahreem244 years agoSuper User
Anonymous Can you share screen shot of your date column and check which data type it is.
- Anonymous4 years agoNot applicable
I dont have a column, I just have this formula. I created it manually as a measure and wanted to insert it into one card.