I have dimension table, named user, and fact table. I want to filtrate that right user can review right value from the fact table based on user's windows authenication. You use the WA to filtrate the dimension table.
I have used the syntax code "{STRTOMEMBER("[xxxxx].[xxxxxx].&[" + Username() + "]")}"
at the textbox "Allowed member set". (Picture 1).
Unfortunately, the value in fact table is not working.
Do you guys have a better solution?