Forum Discussion
Anonymous
8 years agoNot applicable
What Role is active
Hello, Is there a way to find out what role is active when loging in on PBI.com. We have several roles defined and i've noticed that sometimes they behave differently in Excel(Started in VS2017) th...
- Anonymous8 years ago
I've found a simple solution with a role table, and in each role on the role table if added the RLS as =roletable[id]=1 (in the first) 2/3/4.
So I could see what role a user was having.
I messed up a bit with my own user being admin in the SSAS Azure server.
Have it clear now.
GilbertQ
8 years agoSuper User
Hi there,
When you are talking about Roles, is this for Row Level Security?
When you are talking about Roles, is this for Row Level Security?
Anonymous
8 years agoNot applicable
I've found a simple solution with a role table, and in each role on the role table if added the RLS as =roletable[id]=1 (in the first) 2/3/4.
So I could see what role a user was having.
I messed up a bit with my own user being admin in the SSAS Azure server.
Have it clear now.
- GilbertQ8 years agoSuper UserThat sounds like it will work