Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
RichFlorida
Helper V
Helper V

DAX (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.

 

Example:

 

UserID: jd22334       <--- username()

email: jd22334@domain.com  <---- UserPrincipalName()

First & Last name: John Doe    <--- ???

 

Thanks!

10 REPLIES 10
OliverO
Helper II
Helper II

I think you would need to import some sort of data for Power BI to use to do a look up.

Without that, I think you will find it very difficult

RichFlorida
Helper V
Helper V

I have 500 users.

I'm looking to see if there is a DAX (or M) function that could capture the First & Last name once ser logged into PowerBI service to view report.

 

Something similar to existing functions that campture username and email!!!

OliverO
Helper II
Helper II

to turn jd22334 into John Doe, you will need more information that just their login id.

 

If all you can ever get is jd22334, you can't do it

 

How many users do you have?  

RichFlorida
Helper V
Helper V

Any ideas regarding this are greatly appreciated.

OliverO
Helper II
Helper II

Can you maintain a user list?

Might be tricky otherwise

OliverO
Helper II
Helper II

cool

So can you create a table like

User id    FirstName    Surname

jd22334  John             Doe

bb1123   Bugs             Bunny

mm123   Mickey         Mouse

Hi @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.

RichFlorida
Helper V
Helper V

@OliverO 

I mean they provide userID and email address of logged user, not the First and Last Name!!!

 

Example:

First & Last name: John Doe

UserID: jd22334       <--- username()

email: jd22334@domain.com  <---- UserPrincipalName()

OliverO
Helper II
Helper II

I think I know what you mean

eg they login as jsmith@blah.com

can you have a table of usernames, first names and surnames?

eg

jsmith | John | Smith 

and just do a lookup?

OliverO
Helper II
Helper II

Hi

What do you mean "they do not provide this info"?

How do they login to the service?

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

Check out the April 2025 Power BI update to learn about new features.

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.