Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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!
It's not going to be what you're looking for exactly, but I operate on functions like below regarding formatting and editing dates.