Forum Discussion
maserr
6 years agoHelper IV
Choose a column using a parameter
Dear all, I have a difficult situation I am afraid I do not have a solution. I am creating a table in Report Builder that is using a SSAS tabular cube. The fact is that this report tries to be a ...
Greg_Deckler
6 years agoCommunity Champion
Not sure I am following 100% but perhaps you are trying to do something like this:
Measure =
SWITCH([Some Measure],
"Condition 1",[Measure 1],
"Condition 2",[Measure 2],
"Condition 3",[Measure 3],
....
)
maserr
6 years agoHelper IV
Thanks Greg, yes I mean that but applied on the Query Desginer of my Data Set in Report Builder. Could this be possible?
Thanks another time