Forum Discussion

Brandimore's avatar
Brandimore
Frequent Visitor
2 years ago
Solved

'Table' and 'List' while pulling data from Sharepoint Onilne

Hello,   All of the suggestions I've searched here aren't working. The issue is that I see LIST or TABLE for a few columns. I am pulling from a Sharepoint list online and I know the cause of the is...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Brandimore - can you please show the Power Query formula that you are using to connect to the SharePoint site.  I am hoping that you are using Implementation="2.0" rather than ApiVerison=15 or 14.  If you are using one approaches, you should consider switch to the other approach to see if Power Query can import the data.

    Power Query SharePoint Online list connector - Power Query | Microsoft Learn

     

    Other consideration, what is the data type in SharePoint of the column that you are import?  The "table" result in Power Query suggest some type of nested result.  It might be limitation for OData API that Power Query is using (hopefully the above fixes the issue).