Hi, I need help in this really bad.
I am trying to obtain Current MTD Average & Previous MTD Average of selected dates through a filter.
I have used the Following measure for the current MTD average:
Hi @Hashmi
please try
Avg_DAILYBASE_LM =
AVERAGEX (
VALUES ( 'DB'[DATA_DATE] ),
CALCULATE (
AVERAGE ( 'DB'[DAILY_ACTIVE] ),
DATEADD ( 'DB'[DATA_DATE], -1, MONTH )
)
)
@Mahesh0016 Hi thankyou for your reply, but unfortunately the issue still presists. after doing the recommended change the averages in days values have further become incorrect.
Plus the total average of the selected date range is of CM.
@Hashmi I hope this helps you!!THANK YOU!!
var MX_Month = MAX('DB'[DATA_DATE])-1
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!