Forum Discussion
nanutum
Helper I
9 years agoHow to Used DATESMTD with NOW
now when chcange month i always Slicer in Report and add on Dashboard for change data howevery i want dashboard change data follow Report can possbile i have Calendar Table and i add Now in ...
- 9 years ago
You may need to adjust this a bit but what about creating a column like this:
IsToday = IF(DATE(YEAR(TODAY()),MONTH(TODAY()),DAY(TODAY()))=[Date],1,0)
Then you can just filter to IsToday=1
Greg_Deckler
Community Champion
9 years agoYou may need to adjust this a bit but what about creating a column like this:
IsToday = IF(DATE(YEAR(TODAY()),MONTH(TODAY()),DAY(TODAY()))=[Date],1,0)
Then you can just filter to IsToday=1
nanutum
Helper I
9 years agoThank You sir You save my Day