Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi,
I'm looking for a way to display last month in dax. I've come up with this dax :
Use the following code:
LAST_MONTH =
VAR SelectedMonths = VALUES('CalendarTable'[YearMonth])
RETURN
CALCULATE(MAX('CalendarTable'[YearMonth]), DATEADD('CalendarTable'[Date], -1, MONTH), SelectedMonths)
Please accept this as solution, if you got your answer and give kudos
Hi,
Thanks for the answer given but unfortunately it doesn't work. When I select all months it doesn't seem to be displaying the correct month, and when i select one month it just displays blank.
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.