What daily sales number does this DAX measure formula calculate? CALCULATE(SUM([Sales]) ,DATESMTD([Date] ))
CALCULATE(SUM([Sales]) ,DATESMTD([Date] ))
running total in entire year for the entire month
rolling average over 12 months of sales
total sales for the entire month
running total sales in each month that starts over each month