Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
seangraham28
Frequent Visitor

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 apply labels across all content in Power BI Service and even Power BI Desktop.

   But I look again at the portal and don't see the option there anymore. Has it been removed? Anyone else experiencing this?

   This is what is currently there now :

 

seangraham28_0-1622721314936.png

 



Thanks,

Sean

1 ACCEPTED SOLUTION

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

View solution in original post

4 REPLIES 4
v-deddai1-msft
Community Support
Community Support

Hi @seangraham28 ,

 

I didn't find it in my admin portal also and I didn't find any documents for the preview feature. Since it is a preview feature, maybe the developing teams is still working on it.

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Best Regards,

Dedmon Dai

I have Microsoft checking it out. Most likely because it is in preview. It will be a great feature when available as it allow even more proper governance on data classification and protection. Hope it will be back there soon even if in preview. Will mark as solved once I get update from MS.

 

Thanks

Hi @seangraham28 ,

 

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

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors