I ve tried rolling 12 month dax in the visual but when I select 12 months it doesn't show me full data for last year 1st month(Aug).But when I select 13 months it show me the full data for (Aug).
Dax I used:-
@mannyjha7860 , datediff in case of current month is 0, if you need last 12 month excluding current, then it should be
Rolling 12 Months = var daydiff=DATEDIFF('Calendar'[Date],TODAY(),MONTH ) return
IF(daydiff>0 && daydiff<=12,"last 12 months","not last 12 months")
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 |
---|---|
94 | |
82 | |
42 | |
32 | |
28 |
User | Count |
---|---|
131 | |
95 | |
85 | |
46 | |
40 |