<?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: Extract Upload information from on-premises PBI Report Server in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Extract-Upload-information-from-on-premises-PBI-Report-Server/m-p/768067#M11304</link>
    <description>&lt;P&gt;Or you could do a similar thing using the Powershell module&amp;nbsp;&lt;A href="https://github.com/Microsoft/ReportingServicesTools/" target="_self"&gt;https://github.com/Microsoft/ReportingServicesTools/&lt;/A&gt; (or the web api's). Technically Microsoft does not support directly querying the database. If your queries get more complex they can potentially cause blocking which could interfere with the normal operation of the service.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Aug 2019 23:34:39 GMT</pubDate>
    <dc:creator>d_gosbell</dc:creator>
    <dc:date>2019-08-15T23:34:39Z</dc:date>
    <item>
      <title>Extract Upload information from on-premises PBI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Extract-Upload-information-from-on-premises-PBI-Report-Server/m-p/764573#M11268</link>
      <description>&lt;P&gt;Is there a way to find out when a user uploads a report to an &lt;STRONG&gt;on-premises&lt;/STRONG&gt; PBI &lt;STRONG&gt;Report Server&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sara&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 21:09:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Extract-Upload-information-from-on-premises-PBI-Report-Server/m-p/764573#M11268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-12T21:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Upload information from on-premises PBI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Extract-Upload-information-from-on-premises-PBI-Report-Server/m-p/764945#M11272</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can try this on ReportServer database.&lt;/P&gt;&lt;PRE&gt;SELECT c.[Path]
      ,c.[Name]
	  ,u.[UserName]
	  ,c.[CreationDate]
  FROM [ReportServer].[dbo].[Catalog] c
  inner join [ReportServer].[dbo].[Users] u
	on c.CreatedByID = u.UserID&lt;/PRE&gt;&lt;P&gt;When and who create report.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 07:39:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Extract-Upload-information-from-on-premises-PBI-Report-Server/m-p/764945#M11272</guid>
      <dc:creator>saykasku</dc:creator>
      <dc:date>2019-08-13T07:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Upload information from on-premises PBI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Extract-Upload-information-from-on-premises-PBI-Report-Server/m-p/768067#M11304</link>
      <description>&lt;P&gt;Or you could do a similar thing using the Powershell module&amp;nbsp;&lt;A href="https://github.com/Microsoft/ReportingServicesTools/" target="_self"&gt;https://github.com/Microsoft/ReportingServicesTools/&lt;/A&gt; (or the web api's). Technically Microsoft does not support directly querying the database. If your queries get more complex they can potentially cause blocking which could interfere with the normal operation of the service.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 23:34:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Extract-Upload-information-from-on-premises-PBI-Report-Server/m-p/768067#M11304</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2019-08-15T23:34:39Z</dc:date>
    </item>
  </channel>
</rss>

