I'm trying to create a stacked bar where the Dimension is using the class function and the bar shows data for all Names by default but then shows a stacked bar with the proportion of Measure for the chosen Name (Bob) and the remainder for all other Names as the parts of the stack.
The expression I have at present is: =sum({<CurrentMonth={0}>} Counter)
The calculated Dimension is:=replace(class([Measure],10),'<= x <', '-')