March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
Probably very simple but I can't seem to find a way for the life of me.
Basically I have two cards, one is showing the total profit in the current month(February) and I want the other to show the previous month so January in this case. But I want those to update automatically at months move on.
For the first card I simply have the filter set to "Show items when the value: is in this month"
But how do I set it for the previous month i.e. January and not last 30 days?
Many thanks,
Kamil
Solved! Go to Solution.
You should have an option for the last "Calendar month".
Hi,
You can create new column in your calendar table to highlight previous month
Period = Switch( True(),
eomonth(Date[Date],0) = eomonth(Today(),-1),"Previous month" ,
Format(Date[Date],"MM YYYY"))
and then, when the date changes, previous month will move along. Simply use it as a filter for the card
You should have an option for the last "Calendar month".
It turns out that I'm just very blind. Sorry and thank you.
Not at all! I got stuck on this too with week and month haha!
Hi,
you could apply the filter in the calculation not in the Filter pane.
CALCULATE("Total profit"), PREVIOUSMONTH('Date'[Date]))
Br
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
119 | |
88 | |
73 | |
67 | |
49 |
User | Count |
---|---|
199 | |
141 | |
97 | |
79 | |
68 |