'AVG of number of operations per day for each shop

I have a table with operations_id, date and shop_number. I need to create calculated field which shows AVG of number of operations per day for each shop. How can I create it?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source