I just wanted to have a role which denied the access of all the empty elements of a dimension.
I have the right MDX query which I've tested in SQL Server:
SELECT NON EMPTY [People].[Category].[Category].allmembers ON COLUMNS FROM [MyCube]
I just wanted to have the same result in my allowed member set on my role but I have an error:
incorrect syntax.
Thanks