Hello,
I need to filter members on one of their properties. I can easily do this if the property is of type numeric, but I'm unable to filter on string properties.
The following expression does work :
FILTER ([Customer].[Business Id].members, [Measures].prop2 = 1)
The following expression does NOT work :
FILTER ([Customer].[Business Id].members, [Measures].prop1 = AAA)
How could I proceed, as I don't want to create a dimension for that property.
Thank you very much for your help !
I need to filter members on one of their properties. I can easily do this if the property is of type numeric, but I'm unable to filter on string properties.
The following expression does work :
FILTER ([Customer].[Business Id].members, [Measures].prop2 = 1)
The following expression does NOT work :
FILTER ([Customer].[Business Id].members, [Measures].prop1 = AAA)
How could I proceed, as I don't want to create a dimension for that property.
Thank you very much for your help !