You want to use a perspective in an mdx query. How do you select the perspective?
Answer Posted / Manu Chaturvedi
To select a perspective in an MDX query within SSRS, use the WITH MEMBER statement with the CURRENT PERSPECTIVE keyword before defining the member. For example: WITH MEMBER [Measures].[Sales] AS ( [...] ) CURRENT PERSPECTIVE <PerspectiveName>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category