I am building an SSRS report using SSAS as the data source, and I need a drill down to include 4 of 6 account stages within my account population. The problem stems from not being able to use the [All] member because I only need 4 of the 6 stages.
Is there a way to pass multiple values to the drill down report, by building a list of hard coded parameters I want to use?
I think the Join function my work, but I have been unsuccessful so far.