I have a report that connectes to several SharePoint Online lists using API version 2.0
It has been failing to refresh recently with the following error in PBI desktop when trying to expand the table column called Items:
Source = SharePoint.Tables("https://xxxxxxxx.sharepoint.com", [Implementation="2.0", ViewMode="All"]),
MyItems = Source{[Id="cac0fb18-acdb-4222-b324-2390b6649ae1"]}[Items]
This looks like something related to pagination? How can I get past this issue?
API v1.0 works OK but I have a few of these lists so I would rather avoid the work of updating all the queries to handle the data schema of the 1.0 API
Any help greatly appreciated.
User | Count |
---|---|
106 | |
82 | |
72 | |
48 | |
48 |
User | Count |
---|---|
155 | |
91 | |
82 | |
69 | |
67 |