Forum Discussion
Chrisss14
3 years agoFrequent Visitor
Create Dynamic Date Bookmark
Hi All, I have 2 bookmarks called 'This Month' and 'Last Month'. I would like these bookmarks to be able to dynamically update with the 1st day of each month without caching if that's possible? ...
Idrissshatila
3 years agoSuper User
hello Chrisss14 ,
Create a calculated column with the following measure
Current Month = IF(FORMAT((TODAY()),"mmmm") = 'Date'[Month],"Current Month",'Date'[Month])
If I answered your question, please mark my post as solution so it would appeare to others, Appreciate your Kudos 👍