Hi,
I have a cube where in a particular role has access to limited members for a particular dimension. When i run the select statement it gives a result when connected with a role.
SELECT [MEASURES].[abc] on 0 From Cube
When the same query is run by adding DrillThrough it shows empty records.
DrillThrough MaxRows 1000
SELECT [MEASURES].[abc] on 0 From Cube
Return [$col1],[$col2] etc.,
Is there any setting or some intricacies i need to know to make the DrillThrough work? Please help