<?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: Report Server REST API - Get sheets in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Server-REST-API-Get-sheets/m-p/1814337#M19101</link>
    <description>&lt;P&gt;Note that this is the Report Server API and not PBI Service API&lt;/P&gt;</description>
    <pubDate>Thu, 29 Apr 2021 14:02:54 GMT</pubDate>
    <dc:creator>Tommoo92</dc:creator>
    <dc:date>2021-04-29T14:02:54Z</dc:date>
    <item>
      <title>Report Server REST API - Get sheets</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Server-REST-API-Get-sheets/m-p/1814320#M19100</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to get all sheets that exists in a report from the REST API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Tommie&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 13:54:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-Server-REST-API-Get-sheets/m-p/1814320#M19100</guid>
      <dc:creator>Tommoo92</dc:creator>
      <dc:date>2021-04-29T13:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Report Server REST API - Get sheets</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Server-REST-API-Get-sheets/m-p/1814337#M19101</link>
      <description>&lt;P&gt;Note that this is the Report Server API and not PBI Service API&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 14:02:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-Server-REST-API-Get-sheets/m-p/1814337#M19101</guid>
      <dc:creator>Tommoo92</dc:creator>
      <dc:date>2021-04-29T14:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Report Server REST API - Get sheets</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Server-REST-API-Get-sheets/m-p/1819304#M19133</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="298897" data-lia-user-login="Tommoo92" class="lia-mention lia-mention-user"&gt;Tommoo92&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm afraid it is not supported to get all sheets&amp;nbsp;&lt;SPAN&gt;that exists in a report from the REST API currently. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But it is supported to get all Data Sources like so:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;let
    Source = OData.Feed("http://localhost/reports/api/v2.0", null, [Implementation="2.0"]),
    PowerBIReports_table = Source{[Name="PowerBIReports",Signature="table"]}[Data],
    #"Removed Other Columns" = Table.SelectColumns(PowerBIReports_table,{"Id", "Name", "Path", "Type", "ModifiedBy", "ModifiedDate", "CreatedBy", "CreatedDate", "DataSources"}),
    #"Expanded DataSources" = Table.ExpandTableColumn(#"Removed Other Columns", "DataSources", {"ConnectionString", "DataModelDataSource"}, {"ConnectionString", "DataModelDataSource"}),
    #"Expanded DataModelDataSource" = Table.ExpandRecordColumn(#"Expanded DataSources", "DataModelDataSource", {"Type", "Kind"}, {"Type.1", "Kind"})
in
    #"Expanded DataModelDataSource"&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reference:&amp;nbsp;&lt;A href="http://sqlryan.com/2020/07/getting-a-list-of-power-bi-reports-and-data-sources-from-the-power-bi-api/" target="_blank"&gt;Getting a list of Power BI reports and Data Sources from the Power BI API - SQL Ryan&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Icey&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 07:16:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-Server-REST-API-Get-sheets/m-p/1819304#M19133</guid>
      <dc:creator>Icey</dc:creator>
      <dc:date>2021-05-03T07:16:42Z</dc:date>
    </item>
  </channel>
</rss>

