Forum Discussion
Hourly average sales
Hi all,
I have a large sales table (sample below) with sales lines for the last 5 years.
I need to calculate average hourly sales per year so I can have multiple lines in a visual such as the one below:
You didn't specify if you want this per order or per line item. I assumed the former.
8 Replies
- lbendlinSuper User
Sounds good. What have you tried and where are you stuck?
- ThimiosHelper III
Thanks for asking lbendlin .
Tried using Sales Avg Hourly = AVERAGEX( VALUES( 'Time Table'[Hour] ), [SALES] ) where
- 'Time Table' is a support table
- SALES = SUM ('Sales'[VALUE])
What I get in line chart, shows Total Sales (the sum of sales) instead of the average.
Here is the above as table:
Could it be that a miss something about hte context?
- talespinSolution Sage
- ThimiosHelper III
Not sure if the last one was the latest version talespin .
Pls download this https://we.tl/t-nGsshiJaP9
- ThimiosHelper III
Here you are. Let me know if you need additional info.