Forum Discussion
Information Protection
- Anonymous5 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
Hi Anonymous ,
Thank you for sharing the information.
Best Regards,
Dedmon Dai
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