Forum Discussion

JorisVoorn's avatar
JorisVoorn
Icon for Microsoft Employee rankMicrosoft Employee
5 years ago
Solved

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

 

 

  • Anonymous's avatar
    Anonymous
    5 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

  • Anonymous's avatar
    Anonymous
    Not 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

     

  • Anonymous's avatar
    Anonymous
    Not 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's avatar
      jnickell
      Icon for Helper V rankHelper 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.  

    • Anonymous's avatar
      Anonymous
      Not 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.

      • Anonymous's avatar
        Anonymous
        Not applicable

        Re-indexing the list and doc library where the csv files are in. Will update with results, later this morning.

         

        Thanks!