<?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 undefined in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/undefined/m-p/4338444#M39009</link>
    <description>&lt;P&gt;I have used the rdl migration tool to migrate a report from PBIRS to a Power BI paginated report.&amp;nbsp; I can see in the logs that the report is converted( can see the original and converted rdls) but these are not getting uploaded/migrated to my premium workspace and giving the error : FAILED TO UPLOAD : Stock Positions Report RequestId:0d1f623c-da22-4270-900c-cf4b1f84ce83 PaginatedReportAuthoringError.&lt;/P&gt;&lt;P&gt;The issue is because of the shared datasets that are getting converted to embedded.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The tool is creating duplicate embedded datasources, I will again have to manually modify and repoint each dataset to the correct embedded datasource.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea where this is going wrong?&lt;/P&gt;</description>
    <pubDate>Fri, 20 Dec 2024 10:04:14 GMT</pubDate>
    <dc:creator>Manmitha</dc:creator>
    <dc:date>2024-12-20T10:04:14Z</dc:date>
    <item>
      <title>undefined</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/undefined/m-p/4338444#M39009</link>
      <description>&lt;P&gt;I have used the rdl migration tool to migrate a report from PBIRS to a Power BI paginated report.&amp;nbsp; I can see in the logs that the report is converted( can see the original and converted rdls) but these are not getting uploaded/migrated to my premium workspace and giving the error : FAILED TO UPLOAD : Stock Positions Report RequestId:0d1f623c-da22-4270-900c-cf4b1f84ce83 PaginatedReportAuthoringError.&lt;/P&gt;&lt;P&gt;The issue is because of the shared datasets that are getting converted to embedded.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The tool is creating duplicate embedded datasources, I will again have to manually modify and repoint each dataset to the correct embedded datasource.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea where this is going wrong?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 10:04:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/undefined/m-p/4338444#M39009</guid>
      <dc:creator>Manmitha</dc:creator>
      <dc:date>2024-12-20T10:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: undefined</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/undefined/m-p/4338672#M39011</link>
      <description>&lt;P&gt;Hi , hope this helps:&lt;/P&gt;&lt;P&gt;The issue arises because the RDL Migration Tool converts shared data sources to embedded ones, creating duplicates and breaking dataset references. To resolve:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Clean RDL Files:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Open the converted RDL in Report Builder.&lt;/LI&gt;&lt;LI&gt;Remove duplicate embedded data sources in the &amp;lt;DataSources&amp;gt; section and point all datasets to a single source.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Use Shared Data Sources:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create shared data sources in your Power BI Premium Workspace.&lt;/LI&gt;&lt;LI&gt;Update the RDL to reference these shared sources.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Check Tool Settings:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Disable embedded data source creation in the migration tool settings (if available).&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Manually Repoint Datasets:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;After uploading, assign datasets in Power BI to correct shared data sources.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;By aligning data sources in your workspace and the RDL, the upload should succeed.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 12:28:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/undefined/m-p/4338672#M39011</guid>
      <dc:creator>rohit1991</dc:creator>
      <dc:date>2024-12-20T12:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: undefined</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/undefined/m-p/4340226#M39019</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;rohit1991&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="903997" data-lia-user-login="Manmitha" class="lia-mention lia-mention-user"&gt;Manmitha&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to the documentation, the RDL tool is only responsible for the migration, not the data source settings, and if your report has a shared data source, the RDL migration tool will try to convert the shared data source to an embedded data source. Regardless of whether you have created a corresponding data source, you should specify the correct data source for your report:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/guidance/migrate-ssrs-reports-to-power-bi#configure-data-sources" target="_blank"&gt;Plan to migrate .rdl reports to Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;This is noted in the documentation, but of course you may encounter your situation when the RDL migration tool tries to create an embedded data source, due to a different environment. The tool was last updated in 2022. So there may be some incompatibility with your current environment.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/microsoft/RdlMigration/releases" target="_blank"&gt;Releases · microsoft/RdlMigration · GitHub&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Jianpeng &lt;/SPAN&gt;&lt;SPAN&gt;Li&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;If this post &lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 05:30:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/undefined/m-p/4340226#M39019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-23T05:30:22Z</dc:date>
    </item>
  </channel>
</rss>

