Forum Discussion
Error: The property 'DefaultSensitivityLabelForLibrary' does not exist on type 'SP.List'
- 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
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?
- jnickell4 years agoHelper 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.
- jnickell4 years agoHelper 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
- Anonymous4 years agoNot 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.
- Anonymous4 years agoNot applicable
Re-indexing the list and doc library where the csv files are in. Will update with results, later this morning.
Thanks!
- Anonymous4 years agoNot applicable
Re-indexing the list and doc library seems to have done the trick. Thanks!