February 11, 2011 at 9:15 am
Hi,
I made a cube in ssas. I am using it in the excel pivot table.
When i put the date column in the report filter and want to filter it by some month,...
the date comes for each day ...for ex....2010-01-01, 2010-01-02,....
so ther are many entries in hte filter column,.
wat i need is to select the date column by month for ex sep, oct etc...
so dat i can see the reports for the whole month not for each day separtely.
Regards,
Sushant
Regards
Sushant Kumar
MCTS,MCP
February 11, 2011 at 10:40 am
Have you attempted to use the DATEPART function?
DATEPART ( datepart , date )
Where datepart is mm as
DATEPART ( mm , date )
February 11, 2011 at 10:48 am
@ bucket
Are you trying to tell me to change the underlying table in prod database or
from the excel file itself
or inside the cube
from where can i change tht??
Thanks.
Regards,
Sushant
Regards
Sushant Kumar
MCTS,MCP
February 14, 2011 at 6:50 am
Any thoughts.
Regards,
Sushant
Regards
Sushant Kumar
MCTS,MCP
February 14, 2011 at 6:55 am
Surely your Calendar Dimension has Year, Quarter, Month and Day Attribute Hierarchies?
If it has then simply make the Month Hierarchy visible and replace it as a filter on the Spread sheet.
If you dont have this then you really need to look at creating them in the underlying data base or as part of a Named Query in the DSV.
_________________________________________________________________________
SSC Guide to Posting and Best Practices
February 14, 2011 at 7:37 am
I cant find how to change the hierarchy of that column to monthwise in hte cube.
Regards
Sushant
Regards
Sushant Kumar
MCTS,MCP
February 16, 2011 at 12:29 pm
The month should already exist as a seperate column that has already been created on the underlying table. You then would take that information and turn it into a property.
BTW I have found it useful to have two columns to do this, one with month names unique, eg May 10, and one with just the name of the month, eg January.
If you are still not sure about this, I would recommend that you consult Ralph Kimball's work on creating a date dimension, as it is VERY important to get it right.
February 16, 2011 at 12:54 pm
RonKyle (2/16/2011)
The month should already exist as a seperate column that has already been created on the underlying table. You then would take that information and turn it into a property.BTW I have found it useful to have two columns to do this, one with month names unique, eg May 10, and one with just the name of the month, eg January.
If you are still not sure about this, I would recommend that you consult Ralph Kimball's work on creating a date dimension, as it is VERY important to get it right.
Where can i get ralph kimball work??
Regards
Sushant
Regards
Sushant Kumar
MCTS,MCP
February 16, 2011 at 1:29 pm
You might be able to find information on line. If you are going to do dimensional modeling, however, I would recommend The Data Warehouse Toolkit. I have found this invaluable in my data warehouse work.
February 16, 2011 at 1:57 pm
dude thanks
but thts a whole book to read 🙁
I wish i had tht muc time 🙂
Anyways, thxs
I appreciate ur help
Regards,
Sushant
Regards
Sushant Kumar
MCTS,MCP
February 16, 2011 at 2:26 pm
Typing "SSAS Date Dimension" into the google search bar yielded a lot of results.
Viewing 11 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply