You want to use a perspective in an mdx query. How do you select the perspective?
Answer / 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 |
How does the report manager work in SSRS?
Can you edit the .rdl code associated with a linked report?
what is the difference between Tabular and Matrix report?
How to create sub reports?
What is bookmark link in ssrs?
What is the report model project?
What are the export options of ssrs?
How to backup encryption key ?
what are the new features in SSRS?
In how many ways you can invoke ssrs reports?
User wants only to display only pdf as export option in report manager. How to achieve this?
what are the core components of SSRS?