<?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: Power BI Embedded: How to Create Another Clone with Cleared Default Filters and Slicers? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-How-to-Create-Another-Clone-with-Cleared/m-p/5138023#M64762</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1563692"&gt;@Nahid_SJ&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;We really appreciate your efforts and for letting us know the update on the issue.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please continue using fabric community forum for your further assistance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Mar 2026 04:28:50 GMT</pubDate>
    <dc:creator>v-nmadadi-msft</dc:creator>
    <dc:date>2026-03-24T04:28:50Z</dc:date>
    <item>
      <title>Power BI Embedded: How to Create Another Clone with Cleared Default Filters and Slicers?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-How-to-Create-Another-Clone-with-Cleared/m-p/5130565#M64680</link>
      <description>&lt;P&gt;I’m using Power BI Embedded in my web application with an embed token that allows users to edit reports from the frontend.&lt;/P&gt;&lt;P&gt;Here is the current workflow:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A user clicks the Edit button in the application.&lt;/LI&gt;&lt;LI&gt;The backend calls the Clone Report API to create a copy of an existing report.&lt;/LI&gt;&lt;LI&gt;The cloned report is embedded in edit mode using the embed token.&lt;/LI&gt;&lt;LI&gt;The user can modify the report (add visuals, drag fields, add filters/slicers, etc.).&lt;/LI&gt;&lt;LI&gt;The user then saves the report after making changes.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Now I want to extend this process.&lt;BR /&gt;After the user saves the edited cloned report, I want to automatically create another clone of that edited report, but with all filters and slicers cleared, even if the user has set default slicer or filter selections in the edited report.&lt;/P&gt;&lt;P&gt;So essentially the flow would be:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Original Report
↓
Clone #1 → User edits and saves (may contain default slicers/filters)
↓
Clone #2 → Same report structure but with cleared/default filters &amp;amp; slicers&lt;/LI-CODE&gt;&lt;P&gt;&lt;STRONG&gt;Goal:&lt;/STRONG&gt;&lt;BR /&gt;The second clone should have the same visuals and report structure, but no default filter or slicer selections applied, regardless of what the user configured in the edited report.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is it possible to clone a report while clearing slicer/filter states?&lt;/LI&gt;&lt;LI&gt;If not directly possible via the Clone Report API, what would be the recommended approach to achieve this?&lt;/LI&gt;&lt;LI&gt;Is there any way to reset slicer/filter state programmatically before creating the second clone?&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 12 Mar 2026 06:25:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-How-to-Create-Another-Clone-with-Cleared/m-p/5130565#M64680</guid>
      <dc:creator>Nahid_SJ</dc:creator>
      <dc:date>2026-03-12T06:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded: How to Create Another Clone with Cleared Default Filters and Slicers?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-How-to-Create-Another-Clone-with-Cleared/m-p/5131344#M64686</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1563692"&gt;@Nahid_SJ&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to the Microsoft Fabric Community forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;When using the Power BI Clone Report API, the cloned report is an exact copy of the source, including its report definition and any saved filter or slicer states. The API does not offer an option to clear or override slicer or filter selections during cloning. This means that any default slicer or filter selections in the original report will also appear in the clone. &lt;BR /&gt;If you want to create a cloned report without the filters you should first clone that report and then change filters dynamically using Power BI JavaScript SDK, you can call methods like await page.updateFilters(models.FiltersOperations.RemoveAll); to clear filters before saving. In conclusion, since the Clone Report API copies the current state of the report, programmatically clearing filters is the best ways to ensure the cloned report does not contain unwanted filter selections.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/control-report-filters" target="_blank"&gt;Use filters in a Power BI embedded analytics report | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/control-report-slicers" target="_blank"&gt;Use slicers in Power BI embedded analytics | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I hope this information helps. Please do let us know if you have any further queries.&lt;BR /&gt;Thank you&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2026 05:24:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-How-to-Create-Another-Clone-with-Cleared/m-p/5131344#M64686</guid>
      <dc:creator>v-nmadadi-msft</dc:creator>
      <dc:date>2026-03-13T05:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded: How to Create Another Clone with Cleared Default Filters and Slicers?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-How-to-Create-Another-Clone-with-Cleared/m-p/5133601#M64706</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1563692"&gt;@Nahid_SJ&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2026 13:27:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-How-to-Create-Another-Clone-with-Cleared/m-p/5133601#M64706</guid>
      <dc:creator>v-nmadadi-msft</dc:creator>
      <dc:date>2026-03-16T13:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded: How to Create Another Clone with Cleared Default Filters and Slicers?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-How-to-Create-Another-Clone-with-Cleared/m-p/5136352#M64745</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1563692"&gt;@Nahid_SJ&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I check if this issue has been resolved? If not, Please feel free to contact us if you have any further questions.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 12:08:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-How-to-Create-Another-Clone-with-Cleared/m-p/5136352#M64745</guid>
      <dc:creator>v-nmadadi-msft</dc:creator>
      <dc:date>2026-03-20T12:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded: How to Create Another Clone with Cleared Default Filters and Slicers?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-How-to-Create-Another-Clone-with-Cleared/m-p/5137999#M64761</link>
      <description>&lt;P&gt;Thanks for the valuable information. Based on your information, i just changed by business requirement and solve internally . Thanks for the information .&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 03:31:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-How-to-Create-Another-Clone-with-Cleared/m-p/5137999#M64761</guid>
      <dc:creator>Nahid_SJ</dc:creator>
      <dc:date>2026-03-24T03:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded: How to Create Another Clone with Cleared Default Filters and Slicers?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-How-to-Create-Another-Clone-with-Cleared/m-p/5138023#M64762</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1563692"&gt;@Nahid_SJ&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;We really appreciate your efforts and for letting us know the update on the issue.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please continue using fabric community forum for your further assistance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 04:28:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-How-to-Create-Another-Clone-with-Cleared/m-p/5138023#M64762</guid>
      <dc:creator>v-nmadadi-msft</dc:creator>
      <dc:date>2026-03-24T04:28:50Z</dc:date>
    </item>
  </channel>
</rss>

