Forum Discussion
Anonymous
6 years agoNot applicable
Add Filter in mahage roles
hi,
I'm new (: I would appreciate your help
How can I ask such a question in mahage roles :
case when (userprincipalname() = '[email protected]' then [KEY] = 81 || [KEY] =82 || [KEY] = 86)
when (userprincipalname() = '[email protected]' then [KEY] = 87 || [KEY] =88 || [KEY] = 89)
end
thanks (:
Hi Anonymous
Try this article
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
LinkedIn
2 Replies
- Greg_DecklerCommunity Champion
Not sure I understand this. Perhaps something didn't come through in translation? mahage roles? RLS?
You would want to use a SWITCH statement. Perhaps this will assist. https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-Hierarchical-Row-Level-Security/m-p/889567#M406