Forum Discussion

Miethos's avatar
Miethos
Regular Visitor
4 years ago
Solved

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...
  • amitchandak's avatar
    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