How to write DAX query to return previous month? for example Current month is November I want a record for previous Month October? Here is my DAX query
EVALUATE
SUMMARIZECOLUMNS(
Dates[YYYY-MM],
Dates[Mth Year],
\Dates[Default Start Date]
)
ORDER BY
Dates[YYYY-MM] DESC,
Dates[Default Start Date] DESC
Solved! Go to Solution.
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
5 | |
2 | |
2 | |
2 | |
1 |
User | Count |
---|---|
37 | |
9 | |
7 | |
6 | |
3 |