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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
allan_t
New Member

Power Query unable to retrieve table from a SharePoint person column

Encountered a new issue I'm not sure how to resolve or work around.   Power BI query is connected to a SharePoint list.  The list contains about 5000 items.  A column in this SharePoint list is called LeadAssigned, it's a Person column that allows multiple selections.   

 

In Power Query, I want to expand the LeadAssigned column so I can include the email address of the LeadAssigned in my final output table. 

 

The LeadAssigned column shows with a red bar indicating an error, and displays the following error message.  I've not encountered this before.  When I've used this method in Excel Power Query, I'm able to expand the column, but in Power BI Power Query it's not working.   

allan_t_0-1716919141758.png

 

Any advice on how to resolve or work around this?   

1 ACCEPTED SOLUTION
christinepayton
Super User
Super User

Are you using the 1.0 connector? There is a bug with 1.0 where occasionally it won't let you expand person type columns (seemingly at random, though I'm sure there's a reason). I would try using 2.0 list connector, or changing the API version in the advanced query editor from 15 to 14. Be aware that both of these will change the data structure and you'll end up with different column names, so you will have to go back and update or redo any query steps that referenced the old schema. 

View solution in original post

3 REPLIES 3
christinepayton
Super User
Super User

Are you using the 1.0 connector? There is a bug with 1.0 where occasionally it won't let you expand person type columns (seemingly at random, though I'm sure there's a reason). I would try using 2.0 list connector, or changing the API version in the advanced query editor from 15 to 14. Be aware that both of these will change the data structure and you'll end up with different column names, so you will have to go back and update or redo any query steps that referenced the old schema. 

Anonymous
Not applicable

Hi @allan_t 

 

As you said "When I've used this method in Excel Power Query, I'm able to expand the column, but in Power BI Power Query it's not working. " Do you mean at the same time, it does not work in Power BI's Power Query, but it works in Excel's Power Query? Or it used to work in Excel's Power Query in the past but haven't tested it in Excel now?

 

Best Regards,
Jing

Thanks for helping on this. I just tested in Excel Power Query and am getting the same error message. In this Power Query Editor screenshot from Excel, the SharePoint list Submitter column displays as a Record and can be expanded, no issue.  The LeadAssigned column displays as a table and can not be expanded.  The LeadAssigned column is the one I'm having an issue with.   The Submitter column is a single person column type.  The LeadAssigned column is a multiple person column type.  Is there a way for me to retrieve the people list in Power Query for the data stored in the Lead Assigned column? 

allan_t_0-1716991218548.png

 

 Here's the error I get with the LeadAssigned column when I try to click the table hyperlink in a row. 

allan_t_1-1716991371419.png

 

When I click the Expand column icon for LeadAssigned, Power Query hangs for a few minutes, then gives this result:  

allan_t_2-1716991977163.png

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors