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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
jamescosten
Helper I
Helper I

Data set ID from Sharepoint List

I have a sharepoint list dataset that pulls in a user ID but only shows as a number. So i pulled in the data set of users form Sharepoint as well.

jamescosten_0-1658245312676.png

I cant for the life of me figure out how to convert my Author ID column to show the name from the userinformation list. I will then need to do this for the other coloumns, including th "List".

1 ACCEPTED SOLUTION
v-easonf-msft
Community Support
Community Support

Hi, @jamescosten 

If you want to fectch the name in userinformation list, you can try the following custom column to convert Author ID column to show the name from the userinformation list.

Id Index:

=List.PositionOf(UserInformationLsit[Id],[Authorid])

veasonfmsft_0-1659354024332.png

Name:

=UserInformationLsit[Name]{[Id Index]}

Result:

veasonfmsft_1-1659354053391.png

Best Regards,
Community Support Team _ Eason

 

View solution in original post

2 REPLIES 2
v-easonf-msft
Community Support
Community Support

Hi, @jamescosten 

If you want to fectch the name in userinformation list, you can try the following custom column to convert Author ID column to show the name from the userinformation list.

Id Index:

=List.PositionOf(UserInformationLsit[Id],[Authorid])

veasonfmsft_0-1659354024332.png

Name:

=UserInformationLsit[Name]{[Id Index]}

Result:

veasonfmsft_1-1659354053391.png

Best Regards,
Community Support Team _ Eason

 

amitchandak
Super User
Super User

@jamescosten , Not very clear. You have joined them, Now you can have name from the user table and data from another table in visual

 

The information you have provided is not making the problem clear to me. Can you please explain with an example.

Appreciate your Kudos.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors