<?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 Power BI Report Server security audit report permissions in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-security-audit-report-permissions/m-p/2046566#M20749</link>
    <description>&lt;P&gt;We are in the process of a security audit and need to complile a list of who has access to each PBI report on the Power BI Report Server. Is there an area within PBI Report Server or SQL to retreive a report permissions table? Thank you&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Aug 2021 15:06:47 GMT</pubDate>
    <dc:creator>mczeigler12</dc:creator>
    <dc:date>2021-08-30T15:06:47Z</dc:date>
    <item>
      <title>Power BI Report Server security audit report permissions</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-security-audit-report-permissions/m-p/2046566#M20749</link>
      <description>&lt;P&gt;We are in the process of a security audit and need to complile a list of who has access to each PBI report on the Power BI Report Server. Is there an area within PBI Report Server or SQL to retreive a report permissions table? Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 15:06:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-security-audit-report-permissions/m-p/2046566#M20749</guid>
      <dc:creator>mczeigler12</dc:creator>
      <dc:date>2021-08-30T15:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Report Server security audit report permissions</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-security-audit-report-permissions/m-p/2047158#M20753</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try this query in your Report Server's SQL database:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM (&lt;BR /&gt;SELECT&lt;BR /&gt;P.PolicyID as Policy_ID&lt;BR /&gt;,U.UserName&lt;BR /&gt;,C.Name as ObjectName&lt;BR /&gt;,C.Type as TypeID&lt;BR /&gt;,case&lt;BR /&gt;when Type=1 then 'Folder'&lt;BR /&gt;when Type=13 then 'PBIReport'&lt;BR /&gt;when Type=3 then 'Resource'&lt;BR /&gt;when Type=14 then 'Excel'&lt;BR /&gt;when Type=5 then 'DataSource'&lt;BR /&gt;when Type=8 then 'DataSet'&lt;BR /&gt;when Type=2 then 'PaginatedReport'&lt;BR /&gt;when Type=12 then 'MobileReport'&lt;BR /&gt;when Type=11 then 'KPI'&lt;BR /&gt;else '' end as TypeName&lt;BR /&gt;,C.Path&lt;BR /&gt;,C.ItemID&lt;BR /&gt;,R.RoleName&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;[dbo].[Users] U&lt;BR /&gt;join [dbo].[PolicyUserRole] PUR on U.UserID=PUR.UserID&lt;BR /&gt;join [dbo].[Policies] P on P.PolicyID=PUR.PolicyID&lt;BR /&gt;join [dbo].[Roles] R on R.RoleID=PUR.RoleID&lt;BR /&gt;join [dbo].[Catalog] C on C.PolicyID = P.PolicyID&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;) BASE&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PIVOT(&lt;BR /&gt;COUNT(RoleName)&lt;BR /&gt;FOR RoleName IN (&lt;BR /&gt;[Browser],&lt;BR /&gt;[Content Manager],&lt;BR /&gt;[Publisher],&lt;BR /&gt;[Report Builder],&lt;BR /&gt;[My Reports]&lt;BR /&gt;)&lt;BR /&gt;) AS pivot_table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 22:00:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Report-Server-security-audit-report-permissions/m-p/2047158#M20753</guid>
      <dc:creator>Marcin_PL</dc:creator>
      <dc:date>2021-08-30T22:00:34Z</dc:date>
    </item>
  </channel>
</rss>

