This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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,
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
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.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.