Forum Discussion
Monthly Default date formula
Hi All,
Seeking your assistance on below:
I used this formula
Anonymous , Your table or date table have a column like this, and use that in the filter
Month Type = Switch( True(),
eomonth([Date],0) = eomonth(Today(),-1),"Last Month" , //Last Month
eomonth([Date],0)= eomonth(Today(),0),"This Month" , //This Month
[Month Year]
)or
Month Type = Switch( True(),
eomonth([Date],0) = eomonth(Today(),-1),"Last Month" , //Last Month
[Month Year]
)
1 Reply
- amitchandakSuper User
Anonymous , Your table or date table have a column like this, and use that in the filter
Month Type = Switch( True(),
eomonth([Date],0) = eomonth(Today(),-1),"Last Month" , //Last Month
eomonth([Date],0)= eomonth(Today(),0),"This Month" , //This Month
[Month Year]
)or
Month Type = Switch( True(),
eomonth([Date],0) = eomonth(Today(),-1),"Last Month" , //Last Month
[Month Year]
)