Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago

Help calculating daily average

Daily Average Sales= AVERAGEX(KEEPFILTERS(VALUES('LNApps_AppDateDim'[ActualDate])),CALCULATE(SUM('LNApps_Facts'[Total_Sales]))) I am trying to get the daily average sales, but the numbers the formu...