Forum Discussion
CMMkamil
4 years agoFrequent Visitor
How to set date filter to previous month?
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...
- 4 years ago
You should have an option for the last "Calendar month".
Pbiuserr
Post Prodigy
4 years agoHi,
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