Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Information Protection

Hi,   I recently seen an option to 'Require users to apply sensitivity labels to Power BI content (preview)' in the Admin Portal.   I was trying it out and it is a great option to force users to ap...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Got update from MS.

    Looks like the option was turned on by mistake for a small period of time and I just happened to see it.

    To accomplish the same requirement, you can turn on the option to enforce sensitivity labels in Power BI using a PowerShell cmdlet via the Security and Compliance Center: 

     

    Set-LabelPolicy -Identity "<policy name>" -AdvancedSettings @{powerbimandatory="true"}

     

    I have tested this and it works!

     

    I am presuming when the option is available in the Admin Portal it will be using the same API.

     

    Thanks,

     

    Sean