Forum Discussion
Poma
5 years agoFrequent Visitor
Show only Previous Month name
Hi, I am trying to create a dynamic title to show the previous month name: Title_Total in Previous Month = "Total in "& FORMAT( MONTH(TODAY()) -1, "MMMM") Right now we are in August so I wa...
- 5 years ago
Please try the below.
Title_Total in Previous Month ="Total in "&FORMAT(EOMONTH(TODAY(),-1), "MMMM")
Jihwan_Kim
5 years agoSuper User
Please try the below.
Title_Total in Previous Month =
"Total in "&
FORMAT(EOMONTH(TODAY(),-1), "MMMM")
Poma
5 years agoFrequent Visitor
Hi Jihwan_Kim
Thank you for your responce. It is wierd becouse I 3 card, with your dax 2 of them are showing the correct monthname "July" but one of them is still showing January
😞