Forum Discussion
Error: The property 'DefaultSensitivityLabelForLibrary' does not exist on type 'SP.List'
Since today I am facing error on Dataflow which was previously working without any issues. IT is dataflow which is consolidating multiple excel files stored st sharepoint and which currently returns below statement.
Error: Data Source Error : DataSource.Error: We couldn't parse OData response result. Error: The property 'DefaultSensitivityLabelForLibrary' does not exist on type 'SP.List'. Make sure to only use property names that are defined by the type. DataSourceKind = SharePoint DataSourcePath = """. RootActivityId = 82fcbe72-7a90-44d4-afa7-6afc9dac2f40.Param1 = DataSource.Error: We couldn't parse OData response result. Error: The property 'DefaultSensitivityLabelForLibrary' does not exist on type 'SP.List'. Make sure to only use property names that are defined by the type. DataSourceKind = SharePoint DataSourcePath = """ Request ID: d485d693-916f-a993-5171-f1d861011038.
Any idea what might be problem?
Thank you in advance
BR
Pavel
- Anonymous5 years ago
I ran into the same problem. I was pulling Excel files from SharePoint in a dataset and publishing it on Power Bi Service. I changed the Sensitivity label on excel files and it worked.
thanks.
Yogesh
12 Replies
- AnonymousNot applicable
I ran into the same problem. I was pulling Excel files from SharePoint in a dataset and publishing it on Power Bi Service. I changed the Sensitivity label on excel files and it worked.
thanks.
Yogesh
- AnonymousNot applicable
I am running into this issue with a couple reports. Our company just enabled Sensitivity Labels for everyone, I had been piloting these, so strange that am running into this issue. I have several other reports pulling from SharePoint lists, and/or .csv files stored in SharePoint Online sites.
On two reports, am getting the same error:
We couldn't parse OData response result. Error: The property 'DefaultSensitivityLabelForLibrary' does not exist on type 'SP.List'. Make sure to only use property names that are defined by the type.
I have set a sensitivity label on the Team site, SPO site behind it and Power Bi report (and downstream). Same label accross the board, but my data fails to refresh on the published report and in Power Bi desktop. Maybe I need to wait a little longer since the labe was applied to the whole SPO site?
- jnickell
Helper V
I started running into this issue this morning. All the files are CSV files and to my knowledge no "sensitivity labels" have been applied in our environment.
At first (today) it looked like it was API limiting based on the error messages I was getting were about not being able to get contextinfo about files (didn't notice if it was same file every time or different).
Same dataflow had been working fine for months, Yesterday I removed one of the tables in the dataflow, but I am not remembering any other changes I made to the dataflow.
- jnickell
Helper V
I switched my source query from API version 15 to API version 14 and was able to complete a dataflow refresh.
Switching it back to API version 15 failed, but with a different error message.
Error: DataSource.Error: Web.Contents failed to get contents from 'https://xxxxxx.sharepoint.com/sites/yyyy/_api/web/getfilebyserverrelativeurl('/sites/analytics/Shared%20Documents/Dataflow_Sources/Time/cost_20190421_2019-04-22_10-29-51.csv')/$value' (429): Request ID: c7aaf62d-981f-6d14-dded-a1492c355650 Activity ID: 6467f206-44db-4ef3-85e5-0c7aa1e06303
- AnonymousNot applicable
Try Re-indexing the SharePoint list that stores the files you are pushing. That should resolve the problem for those 2 files. After re-indexing wait for 15 -30 mins.
- AnonymousNot applicable
Re-indexing the list and doc library where the csv files are in. Will update with results, later this morning.
Thanks!