exception handling
Hi,
I have two measures x and y, if x > y then I want to raise an error, and reset x and y to their original(old) values, is there a way to do it?
I have a measure that holds the error message, so that part is OK, just want to know if there is way to reset the values for x and y.
Thanks,