In a calculated dimension in Pivot Table, I would like to have special characters, in particular a single quote character inside a string in quotes. More precisely:
I would like to have in a calculated dimension a pick(match('Val1', 'Val2'),'Rep1','Rep2') where 'Rep1' is a string including a single quote, for instance 'Game O'Game'.
Is there an escape character for doing this, as the '\' character in Python ?
Please note I am working with calculated dimensions and not with the script.