Forum Discussion
RafaelRSantosBR
2 years agoRegular Visitor
How get last previous date from variable date
Hi, I have a Fact table linked to DimDate. I Need get last date previous month from date passed as measure. eg. Measure: LastDate = 2023-10-25 Dax Var lastDate = LastDate Var vYear = Year(L...
RafaelRSantosBR
2 years agoRegular Visitor
I make this DAX, but i think have most elegant way to do.
I will wait for responses, thanks