Hi Harald,
there is a function called setScalingFactor which you can write on the data source..
go to the on click events of whatever component you want to click to set the scaling and write it as:
DS_1.setScalingFactor(measure,scaling);
Hope this helps.