![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm new to Analysis Services, and MDX. I've got a Date field (call it MyDate) that is broken down into Year/Month/Day. I'd like to setup a Calculated Member that shows the name of the day (Monday, Tuesday, etc.). I'm really not sure how to do that. I saw the thread at http://www.sqlmonster.com/Uwe/Forum.aspx/sql-server- olap/5095/MDX-Time-Average which shows: FILTER({[Time].[Day].MEMBERS}, [Time].CURRENTMEMBER.PROPERTIES("Day Full Name") = "SUNDAY") But I'm not sure if ".PROPERTIES("Day Full Name")" is a built-in MDX function when dealing w/dates or not. Any suggestions regarding a good MDX book for SQL programmers would be appreciated. Thanks -- Message posted via http://www.sqlmonster.com |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
I'm new to Analysis Services, and MDX. I've got a Date field (call it MyDate) that is broken down into Year/Month/Day. I'd like to setup a Calculated Member that shows the name of the day (Monday, Tuesday, etc.). I'm really not sure how to do that. I saw the thread at http://www.sqlmonster.com/Uwe/Forum.aspx/sql-server- olap/5095/MDX-Time-Average which shows: FILTER({[Time].[Day].MEMBERS}, [Time].CURRENTMEMBER.PROPERTIES("Day Full Name") = "SUNDAY") But I'm not sure if ".PROPERTIES("Day Full Name")" is a built-in MDX function when dealing w/dates or not. Any suggestions regarding a good MDX book for SQL programmers would be appreciated. Thanks -- Message posted via http://www.sqlmonster.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |