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.
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?
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.