Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Average Store Sales

I am looking at a day by day view of how many stores are open, their total sales, and what the average per store is in sales. I would want the week total to be different. The average per store would ...
  • Anonymous's avatar
    Anonymous
    7 years ago

    Nevermind I got it working with 

    SUMX(VALUES('4-4-5 Date'[DateKey]),CALCULATE(DIVIDE([Net Sales],[# Stores Day])))