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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
LYeo87
Helper II
Helper II

Name in column has been return with '[List]' - but no option to expand out like usual.

Hello.

 

How do I access the name entered in a sharepoint list? It would be part of a look of internal users. 

LYeo87_1-1752668666001.png

 

 

2 ACCEPTED SOLUTIONS
lbendlin
Super User
Super User

You would need to expand that column in Power Query.  Beware - there is a high cost to expanding lookup columns.  A better option is to use OData with pre-expansion.

View solution in original post

v-agajavelly
Community Support
Community Support

Hi @LYeo87 ,

Thanks @lbendlin  really appreciate your quick response. You're absolutely right that expanding SharePoint lookup columns in Power Query can be tricky and may come with a performance cost.

Just to build on your solution for anyone else facing the same issue where the column shows [List] but there’s no expand icon.

In cases where the expand icon doesn’t appear, the cleanest and most reliable approach is to connect to the SharePoint list using the OData Feed, and use $expand to pre-load related fields like Contract Manager.

  1. In Power BI Desktop, go to Home > Get Data > OData Feed
  2. Use a URL like this.
https://yourdomain.sharepoint.com/sites/yoursite/_api/web/lists/getbytitle('YourListName')/items?$expand=ContractManager

Replace: Your domain, your site, and Your List Name with your actual site details
               Contract Manager with the internal name of your people or lookup column
      3.Once loaded, go to Power Query and expand the Contract Manager column you’ll now see fields like Title, Email, ID, etc.

 
Regards,
Akhil.

View solution in original post

6 REPLIES 6
v-agajavelly
Community Support
Community Support

Hi @LYeo87 ,

Just checking in one last time haven’t seen you back in a while. As per the Microsoft Fabric Community Forum guidelines, we’ll go ahead and close this thread for now. If your issue has already been resolved, that’s great to hear. But if you still need help down the line create a new post anytime. The community is always here to support you.

Regards,
Akhil.

v-agajavelly
Community Support
Community Support

Hi @LYeo87 ,

Just checking in were you able to give the OData Feed approach a shot for expanding that SharePoint lookup column? Happy if it helped pull in fields like Title and Email from the Contract Manager column.

If anything didn’t go as expected, happy to help troubleshoot.


Regards,
Akhil.

v-agajavelly
Community Support
Community Support

Hi @LYeo87 ,

Just circling back were you able to give the OData Feed approach a try for expanding the SharePoint lookup column? It’s such a helpful trick when that pesky expand icon doesn’t show up in Power Query. Just want to know if it worked smoothly for you and if you were able to access fields like Title and Email from your Contract Manager column. If you ran into any snags or weird behavior along the way, feel free to drop a note always happy to help troubleshoot with you.

Hope everything’s going well on your end.

Regards,
Akhil.

Royel
Impactful Individual
Impactful Individual

Hi  @LYeo87 
Its showing no expand option because, most probably you are viewing this data within Power BI Desktop data view. To get the option,  you need to open Power Quert (Transform Data) and then you will find the expand options like this

Royel_1-1752747513822.png

 

Click the marked arrow and get your required columns.

,FYI, its showing as list because of the column configuration in that SharePoint list has marked “Allow selection of Groups” However, you can easily make it table by selecting “Allow multiple selections”

Royel_2-1752747513824.png

 

v-agajavelly
Community Support
Community Support

Hi @LYeo87 ,

Thanks @lbendlin  really appreciate your quick response. You're absolutely right that expanding SharePoint lookup columns in Power Query can be tricky and may come with a performance cost.

Just to build on your solution for anyone else facing the same issue where the column shows [List] but there’s no expand icon.

In cases where the expand icon doesn’t appear, the cleanest and most reliable approach is to connect to the SharePoint list using the OData Feed, and use $expand to pre-load related fields like Contract Manager.

  1. In Power BI Desktop, go to Home > Get Data > OData Feed
  2. Use a URL like this.
https://yourdomain.sharepoint.com/sites/yoursite/_api/web/lists/getbytitle('YourListName')/items?$expand=ContractManager

Replace: Your domain, your site, and Your List Name with your actual site details
               Contract Manager with the internal name of your people or lookup column
      3.Once loaded, go to Power Query and expand the Contract Manager column you’ll now see fields like Title, Email, ID, etc.

 
Regards,
Akhil.

lbendlin
Super User
Super User

You would need to expand that column in Power Query.  Beware - there is a high cost to expanding lookup columns.  A better option is to use OData with pre-expansion.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors