Hi I am trying to pass a parameter from a report to a subreport. Both reports are built on Analysis Services cubes.
I can pass the parameter value to a FILTER parameter but I cannot pass it directly to parameters used in cube. Is it only possible to use the passed parameter as a filter?
My subreport is a lot slower when I have to return everything then filter it in Reporting Services, rather than only returning what I need.