Forum Discussion

pmendoza's avatar
pmendoza
Frequent Visitor
10 years ago

Month to date

I am using TOTALMTD  function to get Month To date sum of sales in a Sales Table, which is related to my Dates Table via Date _Key. MTD = TOTALMTD(SUM(SALES_Q_KRAMER[Amount_$]),Date_TBL[Date_KEY]) ...