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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
V24
Helper I
Helper I

sharepoint list as table

Hi I have linked a sharepoint online list with powerBI, some of the columns have actual values ie int,text, where as some of the columns have table as values. However on trying to expand and choose a field it says no columns found. And if i try to clock on it it says internal server error.  Any advice will be of great help.

Thanks in Advance,

2 REPLIES 2
Anonymous
Not applicable

Hi @V24 ,

Try adding a step to expand it with m code

= Table.ExpandRecordColumn(PrevStepsName, "FieldValuesForEdit", {"Title"}, {"ExpandedColumns"})

 Table.ExpandRecordColumn - PowerQuery M | Microsoft Learn

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum -- China Power BI User Group

lbendlin
Super User
Super User

Do you need the data from those columns ?  These are lookup columns they are very expensive, and you can expand a maximum of six.  Better to not have these.   If they are person/group columns then you need to also import the User Information List.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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 Kudoed Authors