Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi All
I have post a question on :-
@amitchandak offer me below expression work fine :-
Curr month = format(today(),"mmm-yyyy")
Now i try to modify the above expression to display last month :-
Curr month -1 = format(today()-1,"mmm-yyyy")
But it does not work. Hope some one can help me.
Paul
Solved! Go to Solution.
Hi, @admin11
According to your description and DAX formula, I think you can try this measure to get the last month using the Format() function:
Measure =
FORMAT(DATE(YEAR(TODAY()),MONTH(TODAY())-1,DAY(TODAY())),"mmm-yyyy")
And place this measure into a card chart:
And you can get what you want.
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @admin11 ,
Change your DAX Expression as shown below:
Previous Month = FORMAT(EDATE(NOW(),-1),"MMM-YYYY")
Please accept this as a solution if your question has been answered !!
Appreciate a Kudos 😀
Hi, @admin11
According to your description and DAX formula, I think you can try this measure to get the last month using the Format() function:
Measure =
FORMAT(DATE(YEAR(TODAY()),MONTH(TODAY())-1,DAY(TODAY())),"mmm-yyyy")
And place this measure into a card chart:
And you can get what you want.
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
144 | |
73 | |
64 | |
52 | |
51 |
User | Count |
---|---|
208 | |
91 | |
62 | |
59 | |
56 |