Forum Discussion
vbvbvb
Microsoft Employee
2 years agoPowerQuery with SPO list data source showing only my own items
Hi all, I have a weird issue with query using only SPO list source. Before it was working fine, but suddently without any changes stopped working. I have a SPO list where there's list item-level ...
lbendlin
Super User
2 years agoPlease elaborate on the "stopped working" part. Did you get an error message?
- vbvbvb2 years ago
Microsoft Employee
Before same query returned all items from SPO list, now it doesn't see any apart from ones created by myself.
- lbendlin2 years ago
Super User
You can use Query Diagnostics to see which exact API call is made against your SharePoint list. I assume you have already checked that you use the right login for authentication.
- vbvbvb2 years ago
Microsoft Employee
Yes , I did check all possible permissions etc. It seems that something was changed in the backend which now doesn't take admin rights in SPO to account anymore (which allow admin/owners to see all list items from all users).