April 17, 2013 at 12:15 pm
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
April 17, 2013 at 6:49 pm
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
Change is inevitable... Change for the better is not.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply