Forum Discussion
Sjong
9 years agoNew Member
Blocking export on Power BI Report Server
What settings are available to block data being exported by viewers of my reports? In Power BI Service I can block this through the Tenant Settings. Does this also apply on Report Server? And if so, ...
- 9 years ago
This can be configured using SQL Server Management Studio and using the Advanced propery settings for the server:
1. Connect SSMS to you PBIRS Server
2. Right click on the Server node
3. Select properties and then select the Advance tab page on the left
4. You should see the export data property under User-defined as below
Hope this helps, Thanks!
mgmeyer
9 years agoPower BI Team
This can be configured using SQL Server Management Studio and using the Advanced propery settings for the server:
1. Connect SSMS to you PBIRS Server
2. Right click on the Server node
3. Select properties and then select the Advance tab page on the left
4. You should see the export data property under User-defined as below
Hope this helps, Thanks!
Sjong
9 years agoNew Member
Exactly what I was looking for. Thank you mgmeyer!