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 wanted it to show me July but it is showing me January.
Can someone help me to solve this issue pls.
Please try the below.
Title_Total in Previous Month ="Total in "&FORMAT(EOMONTH(TODAY(),-1), "MMMM")
3 Replies
- Jihwan_Kim
Super User
Please try the below.
Title_Total in Previous Month ="Total in "&FORMAT(EOMONTH(TODAY(),-1), "MMMM")- PomaFrequent 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😞
- PomaFrequent Visitor
I cleaned the cached and its correct now 🙂 thanks