Forum Discussion
Miethos
4 years agoRegular Visitor
Mask names
I'm new to Power Bi and am struggling to figure out how to do this. Basically I'm looking to mask names in a column and replace with someting along the lines of "Salesperson 1, Salesperson 2 etc" dep...
- 4 years ago
Miethos , You can not create a calculated column based on userprincipalname.
so what you might have to do is create a table based on user what name will be shown with email id of logins, and then join with this table, filter a new one based on email(userprincipalname) and use that to display name from this new table
amitchandak
4 years agoSuper User
Miethos , You can not create a calculated column based on userprincipalname.
so what you might have to do is create a table based on user what name will be shown with email id of logins, and then join with this table, filter a new one based on email(userprincipalname) and use that to display name from this new table