I am working on a report which uses ssas cube as data source, I have parameter in my report which i want show in a text box. I tried to use text box expression to include parameter value in text box but i didn't worked for some reason, can someone help me out with this.
here is the expression and report preview
expression : =Parameters!HomestoreOperationsStoreLocation.Value(0)
Report Result : [Homestore Operations].[Store Location].&[Albuquerque-99, NM]
i just want the store location ([Albuquerque-99, NM]) name without the whole path.
thanks in advance