Forum Discussion
Anonymous
9 years agoNot applicable
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...
Anonymous
9 years agoNot applicable
Still looking for help on this
Thyago_Rezende
Resolver I
9 years agoHi,
Try to create expression table using SUMMARIZE function within AVERAGEX (in first parameter) that contain the granularity by months.
Example: if your facto_table shows sales day-by-day, so you should create new table (within averagex) with SUMMARIZE function that contain sales agregated by months only.
Regards,