Hello Friends,
I have expression as below.In year level it shows me average of yearly sales.but in week level,it shows me same value as sales.how is it possible ? I thought when week level there is only one year in the filter context.so it should have given yearly value ? what do i miss here ? I am now a litte confused filter context again.
AverageSalesOverYears:=AVERAGEX(ALLSELECTED(DimDate[CalendarYear]),[Sales])