For columns we actually use the Tuple function, eg.
tuple(
[Finance GL Balances].[Time Dimension].[Time Dimension].[Month] -> ?Month_Parm?,
[YTD Actual]
)
For rows, we use a Filter function (but this doesn't use a prompt parameter)
total(currentMeasure within set Filter( [Natural Account] , roleValue('_businessKey', [Natural Account]) between '6124' and '6189'))
I hope this helps.
Regards
Mick