Forum Discussion
reendzz98
3 years agoHelper I
Displaying current month
I need help to display Month if Measure_currentMonth = 1
- 3 years ago
Hi,
In the filter pane, apply a filter with a criteria of 1.
reendzz98
3 years agoHelper I
Hi amitchandak
Thank you for your reply.
What if I only have the columns for the month but no columns for date?
amitchandak
3 years agoSuper User
reendzz98 , if you have month and Year
Date = datevalue("01-"&[Month] & "-" & [Year])
only month
Date = datevalue("01-"&[Month] & "-" & Year(Today()) )