<?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: GetReportsInGroupAsync returns duplicate report names with different report ids in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/GetReportsInGroupAsync-returns-duplicate-report-names-with/m-p/652405#M18899</link>
    <description>&lt;P&gt;Turns out this was because the reports had been deleted then recreated with the same name, PowerBI keeps the report names around somehow but assigned them a different GUID. Interestingly running the duplicated report returned the same name so the link to the dataset must be there..&lt;/P&gt;</description>
    <pubDate>Sun, 24 Mar 2019 19:14:55 GMT</pubDate>
    <dc:creator>MattStannett</dc:creator>
    <dc:date>2019-03-24T19:14:55Z</dc:date>
    <item>
      <title>GetReportsInGroupAsync returns duplicate report names with different report ids</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/GetReportsInGroupAsync-returns-duplicate-report-names-with/m-p/649840#M18881</link>
      <description>&lt;P&gt;These duplicate reports with different ids do not appear under the available reports in the portal...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 966px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/153632i748C1C86413FEBA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;public async Task&amp;lt;IList&amp;lt;Report&amp;gt;&amp;gt; GetAvailableReportsAsync()
		{
			AzureToken azureToken = await _authenticationHandler.GetAzureTokenDataAsync();

			using (PowerBIClient client = new PowerBIClient(new Uri(_powerBiSettings.ApiUrl), azureToken.TokenCredentials))
			{
				ODataResponseListReport reportsResponse = await client.Reports.GetReportsInGroupAsync(_powerBiSettings.WorkspaceId);

				return reportsResponse.Value;
			}
		}&lt;/PRE&gt;&lt;P&gt;List of reports I get back along with their ids:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Pilot V1: FA0FBC1E-45C3-41DC-A1B9-137504828902&lt;/LI&gt;&lt;LI&gt;Pilot V1 - CSV Demo Report Only Test RLS: 855E68A4-BEC6-4653-869F-BF1E8162A681&lt;/LI&gt;&lt;LI&gt;Pilot V1: B3FB2146-AB9B-45B5-9359-AABCC06288C5&lt;/LI&gt;&lt;LI&gt;Pilot V1 - CSV Demo Report Only Test RLS: F7C93238-7CAC-4185-B9A6-2B8BCEA5E6CC&lt;/LI&gt;&lt;LI&gt;Full Report Suite Report Only: D67DE714-700D-4398-8AAA-4941D3716CDC&lt;/LI&gt;&lt;LI&gt;Full Report Suite Report Only: 9CC54008-5883-4790-AF99-8069FF67642E&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 20 Mar 2019 23:24:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/GetReportsInGroupAsync-returns-duplicate-report-names-with/m-p/649840#M18881</guid>
      <dc:creator>MattStannett</dc:creator>
      <dc:date>2019-03-20T23:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: GetReportsInGroupAsync returns duplicate report names with different report ids</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/GetReportsInGroupAsync-returns-duplicate-report-names-with/m-p/652405#M18899</link>
      <description>&lt;P&gt;Turns out this was because the reports had been deleted then recreated with the same name, PowerBI keeps the report names around somehow but assigned them a different GUID. Interestingly running the duplicated report returned the same name so the link to the dataset must be there..&lt;/P&gt;</description>
      <pubDate>Sun, 24 Mar 2019 19:14:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/GetReportsInGroupAsync-returns-duplicate-report-names-with/m-p/652405#M18899</guid>
      <dc:creator>MattStannett</dc:creator>
      <dc:date>2019-03-24T19:14:55Z</dc:date>
    </item>
  </channel>
</rss>

