Forum Discussion
Sensitivity labels on Report Server
- Anonymous4 years ago
Hi Marco57 ,
Power BI Desktop for Power BI Report Server doesn’t support information protection. If you try to open a protected .pbix file, the file won’t open and you’ll receive an error message. Sensitivity-labeled .pbix files that aren’t encrypted can be opened as normal.
For more information about the Microsoft Information Protection sensitive labeling feature in Power BI.
Please see:Sensitivity labels in Power BI
For information about enabling sensitivity labels on your tenant, including licensing requirements and prerequisites, see Enable data sensitivity labels in Power BI.
For information about how to apply sensitivity labels on your Power BI content and files, see How to apply sensitivity labels in Power BI.
Hope it helps,
Community Support Team _ CaitlynIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Sensitivity labels are part of the Azure Information Protection product, so you need to have this licensed in Azure and therefore the Report Server would need access to the internet in order to get information on the labels from Azure.
The problem with this is that Power BI Report Server is specifically designed for people that are unable or not willing to use cloud based functionality and it has to be able to work in environments where it is completely firewalled off from the internet and Azure. For this reason I do not think you will find any workarounds to integrate these with Report Server. And I think it is unlikely that Microsoft would add support for this in the future because of this design goal.
- Marco574 years agoHelper III
Thanks for your answer d_gosbell. I actually see you can connect from BI RS to Dataset cloud datasources natively. Meaning both cloud and RS are not completely dessociated. I could not find exact documentation stating in details what should be the behavior to expect.
- d_gosbell4 years agoSuper User
Marco57 wrote:
I actually see you can connect from BI RS to Dataset cloud datasources natively. Meaning both cloud and RS are not completely dessociated.
Yes, I did not mean to imply that they block connectivity to the cloud, just that they do not take any hard dependencies which would require cloud integration. If you look at the list of data sources that support scheduled refresh https://docs.microsoft.com/en-us/power-bi/report-server/data-sources?WT.mc_id=DP-MVP-35889 (which are refreshes done on the server itself). You will see that anything that would require authentication against AzureAD (eg. Dynamics 365, Sharepoint Online, OneDrive etc) are not supported. But other sources (like Azure SQL) which have other authentication options like a simple username/password will work fine.