<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Power BI Report Server &amp;quot;PUBLISH&amp;quot; Option - DISABLE / Remove in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-quot-PUBLISH-quot-Option-DISABLE-Remove/m-p/3733901#M33245</link>
    <description>&lt;P&gt;To disable the Publish feature in SQL Server Reporting Services (SSRS) 2019,&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Connect to the Reporting Services instance in SQL Server Management Studio (SSMS).&lt;/LI&gt;&lt;LI&gt;Right-click the instance name, select P&lt;U&gt;r&lt;/U&gt;operties.&lt;/LI&gt;&lt;LI&gt;In the "Select a page" pane, select Advanced.&lt;/LI&gt;&lt;LI&gt;Under User-Defined, set these items to False&lt;OL&gt;&lt;LI&gt;EnablePowerBIReportExportData&lt;/LI&gt;&lt;LI&gt;EnablePowerBIReportMigrate&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I did not have to restart Reporting Services for these changes to take effect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Feb 2024 15:41:33 GMT</pubDate>
    <dc:creator>SgtSmurf87</dc:creator>
    <dc:date>2024-02-29T15:41:33Z</dc:date>
    <item>
      <title>Power BI Report Server "PUBLISH" Option - DISABLE / Remove</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-quot-PUBLISH-quot-Option-DISABLE-Remove/m-p/3343855#M30621</link>
      <description>&lt;P&gt;With Power BI Report Server Jan-2023 release, is it possibel to "DISABLE" or "REMOVE" Publish option?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 17:03:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-quot-PUBLISH-quot-Option-DISABLE-Remove/m-p/3343855#M30621</guid>
      <dc:creator>khassan</dc:creator>
      <dc:date>2023-07-21T17:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Report Server "PUBLISH" Option - DISABLE / Remove</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-quot-PUBLISH-quot-Option-DISABLE-Remove/m-p/3733901#M33245</link>
      <description>&lt;P&gt;To disable the Publish feature in SQL Server Reporting Services (SSRS) 2019,&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Connect to the Reporting Services instance in SQL Server Management Studio (SSMS).&lt;/LI&gt;&lt;LI&gt;Right-click the instance name, select P&lt;U&gt;r&lt;/U&gt;operties.&lt;/LI&gt;&lt;LI&gt;In the "Select a page" pane, select Advanced.&lt;/LI&gt;&lt;LI&gt;Under User-Defined, set these items to False&lt;OL&gt;&lt;LI&gt;EnablePowerBIReportExportData&lt;/LI&gt;&lt;LI&gt;EnablePowerBIReportMigrate&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I did not have to restart Reporting Services for these changes to take effect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 15:41:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-quot-PUBLISH-quot-Option-DISABLE-Remove/m-p/3733901#M33245</guid>
      <dc:creator>SgtSmurf87</dc:creator>
      <dc:date>2024-02-29T15:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Report Server "PUBLISH" Option - DISABLE / Remove</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-quot-PUBLISH-quot-Option-DISABLE-Remove/m-p/3824020#M34444</link>
      <description>&lt;P&gt;&lt;SPAN&gt;To disable the Power BI&amp;nbsp;publish features, you can use the following code:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;select * from [reportserver].[dbo].[configurationinfo] where name like '%power%'
go
update [reportserver].[dbo].[configurationinfo] set value = 'False' where name = 'enablepowerbireportexportdata'
update [reportserver].[dbo].[configurationinfo] set value = 'False' where name = 'enablepowerbireportexportunderlyingdata'
update [reportserver].[dbo].[configurationinfo] set value = 'False' where name = 'enablepowerbireportmigrate'
go&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 09 Apr 2024 14:18:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-quot-PUBLISH-quot-Option-DISABLE-Remove/m-p/3824020#M34444</guid>
      <dc:creator>mseltene</dc:creator>
      <dc:date>2024-04-09T14:18:03Z</dc:date>
    </item>
  </channel>
</rss>

