Forum Discussion

Sjong's avatar
Sjong
New Member
9 years ago
Solved

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, ...
  • mgmeyer's avatar
    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!