• I don't know about PowerPivot but, in T-SQL, you would need to create an OUTER JOIN relationship with your date table and return the month date from the date table instead of from the data table. You need to do the same with PowerPivot. I'd tell you how but, like I said, I don't even know how to spell "PowerPivot". 😀

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)