Is there any function to compute number of days (in the data) per month? For example, I want to make a new measure of 'sales per day' aggregated by average per month. I try [Sales]/Day([Month]) does not work. Similarly [Sales]/Day([Date (Months)]) also does not work