Display Months in View Filter

  • Please help me

    I have Dates table with 12 months in Month field, when I create relationship with my data table it showing in Month field only those months which have in my data table, but I want to display Month filed in View filter with all the 12 months, is there any DAX formula for that

    Can any one please let me know

    Thanks

    Grace

  • 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)

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply