Forum Discussion

bazari's avatar
bazari
Frequent Visitor
5 years ago

week average on missing values

Hi, I have a Table with Missing values on weekends and holidays, I need to populate missing values with the weekly average. I have used Simple Formula  IF(     ISBLANK(sales[KPMR]),     AVE...