Forum Discussion
RichFlorida
Helper V
3 years agoDAX (or M) Function to retrieve First & Last Name
Is there a DAX or M function I can use to dynamically display the First and Last Name of the logged in user? p.s. I can't use username(), nor UserPrincipalName(), as they do not provide this info...
OliverO
Helper III
3 years agocool
So can you create a table like
User id FirstName Surname
jd22334 John Doe
bb1123 Bugs Bunny
mm123 Mickey Mouse
RichFlorida
Helper V
3 years agoHi OliverO
I can't create a table, as I need to capture the name dynamically based on the currently logged in user interacting with the Dashboard.