Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
This was working on 25/07/2015, but now I get an error.
DataSource.Error: We couldn't parse OData response result. Error: A null value was found for the property named 'PeopleInMediaId', which has the expected type 'Collection(Edm.Int32)[Nullable=False]'. The expected type 'Collection(Edm.Int32)[Nullable=False]' does not allow null values.
Details:
DataSourceKind=SharePoint
DataSourcePath=https://[my_company].sharepoint.com/sites/[my_site]/_api/Web/Lists(guid'[the_guid]')/Items
For a similar error, someone suggested changing the ApiVersion = 15 to 14 in the Advanced Editor but that doesn't fix it.
I've tested with a fresh image library with just one picture that I Shared to try to bypass the error, but it still fails.
Any ideas?
Thanks.