Forum Discussion
atasgao
Helper II
4 years agoDynamic Title with month name and year
Hello, So, I want to create a title with a condition where if the current date >= 15 of the month then show last month(ie Nov) else show the last to last month (October) and the year 2021. ...
ryan_mayu
Super User
4 years agohere is a workaround for you
Measure =
VAR enddate=month(eomonth(today(),-2))
return if(max('Table'[Month])=enddate,1,0)
add this measure to visual filter and set value is 1