Forum Discussion
filter datasets for column
- Anonymous7 years ago
Anonymous Watch this video on RLS, and also the first comment by the video poster, you'll get your solution.
Hi Anonymous
Based on my research, it seems there is no better way to do that. For your requirement, you may submit an idea here.
Regards,
Cherie
- Anonymous7 years agoNot applicable
Well i found something useful from this article https://docs.microsoft.com/en-us/power-bi/service-admin-rls.
Right now im trying to build a email adress to compare, but since [Responsible of IT] = username() is giving back the UPN in Power BI Service i have two options.
1. to build an email adress from the full name llike [email protected]
2. Or to filter the name from the email which username() gives me back
Anyone got an idea how i could solve that?
- v-cherch-msft7 years ago
Microsoft Employee
Hi Anonymous
Here are some articles for your reference.
Using Username() in DAX with Row-Level Security
https://blog.tallan.com/2018/04/10/row-level-security-in-power-bi-part-1-roles-and-users/
http://radacad.com/dynamic-row-level-security-with-manager-level-access-in-power-bi
Regards,
Cherie
- Anonymous7 years agoNot applicable
Anonymous Watch this video on RLS, and also the first comment by the video poster, you'll get your solution.
- Anonymous7 years agoNot applicable
Well i did a workaround with building an emailadress from the Responsible name in an extra column with the help of DAX. Thank's to everyone for helping out.