Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
adi_dasturkar
Regular Visitor

How to get previous month name on the card when I select any particular month from slicer.

Selected Month = SELECTEDVALUE('Date'[Date].[Month])

The above expression returns the current month selected by the slicer in a card as dynamic text. ex. If a user selects December it will change the text to display December.

 

But I want previous month eg. when user select January it should display December. 

 

Please help me. 

Thanks in advance!

2 REPLIES 2
Amrselim89
Frequent Visitor

MonthShift = SWITCH(
SELECTEDVALUE('Date'[Date].[Month]),"December","November","November","October","October","September","September","August","August","July","July","June","June","May","May","April","April","March","March","February","February","January","January","December")
 
sir please i solve you error, please give okay and thumps up.
domagajack
Regular Visitor

It's not going to be what you're looking for exactly, but I operate on functions like below regarding formatting and editing dates.

 

FORMAT(DATE(YEAR(SELECTEDVALUE('Date'[Date])),MONTH(SELECTEDVALUE('Date'[Date]))-1,DAY(SELECTEDVALUE('Date'[Date]))),"MMMM")
 
I'm new here and unsure of that solution, hope it helps though.
 
Best,
Jacek

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.