The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.