<?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: This visual does not support exporting in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/This-visual-does-not-support-exporting/m-p/5140856#M64790</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1567608"&gt;@arauramo&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for the update. Please mark your reply as the accepted solution so it can assist other community members with similar issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 30 Mar 2026 06:35:40 GMT</pubDate>
    <dc:creator>v-saisrao-msft</dc:creator>
    <dc:date>2026-03-30T06:35:40Z</dc:date>
    <item>
      <title>This visual does not support exporting</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/This-visual-does-not-support-exporting/m-p/5134677#M64723</link>
      <description>&lt;P&gt;Hello! I can't figure out why my custom visual does not support exporting. As far as I can see, I've done everything the documentation (and Copilot) tell me, but I'm still getting the "This visual does not support exporting" error when trying to export as PDF or PPTX.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The visual is certified and can be found in the marketplace, not that I'd care to sell it, but just to have it certified so that exporting would work:&amp;nbsp;&lt;A href="https://marketplace.microsoft.com/en-us/product/aava.aava_radar_chart" target="_blank" rel="noopener"&gt;https://marketplace.microsoft.com/en-us/product/aava.aava_radar_chart&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The source code can be found here:&amp;nbsp;&lt;A href="https://github.com/aavamedi/pbi-visuals/tree/main/aavaRadarChart" target="_blank" rel="noopener"&gt;https://github.com/aavamedi/pbi-visuals/tree/main/aavaRadarChart&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Summary from my dialog with copilot:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I am using Power BI Service (not Power BI Desktop).&lt;/LI&gt;&lt;LI&gt;Built-in visuals (e.g., Bar Chart) export correctly to PDF and PowerPoint.&lt;/LI&gt;&lt;LI&gt;Custom visuals, including a minimal test visual that simply renders an SVG rectangle using D3 (d3.select(options.element).append('svg')), do not export. The exported file displays the message: "This visual does not support exporting."&lt;/LI&gt;&lt;LI&gt;My custom visuals use API version 5.11.0.&lt;/LI&gt;&lt;LI&gt;No&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;lt;foreignObject&amp;gt;, external resources, or unsupported SVG features are used.&lt;/LI&gt;&lt;LI&gt;The visuals are imported as packaged&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;.pbiviz&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;files, not loaded via developer mode.&lt;/LI&gt;&lt;LI&gt;The same issue occurs with both certified and non-certified custom visuals.&lt;/LI&gt;&lt;LI&gt;Workspace type: Fabric F64 capacity&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Is there a known limitation or additional step required to enable export for custom visuals in the Power BI Service? Any guidance or troubleshooting steps would be appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 13:48:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/This-visual-does-not-support-exporting/m-p/5134677#M64723</guid>
      <dc:creator>arauramo</dc:creator>
      <dc:date>2026-03-18T13:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: This visual does not support exporting</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/This-visual-does-not-support-exporting/m-p/5135404#M64732</link>
      <description>&lt;P&gt;In Fabric, both "Allow visuals created using the Power BI SDK" and "&lt;SPAN&gt;Allow downloads from custom&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;visuals" are&amp;nbsp;&lt;/STRONG&gt;Enabled for the entire organization.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2026 06:58:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/This-visual-does-not-support-exporting/m-p/5135404#M64732</guid>
      <dc:creator>arauramo</dc:creator>
      <dc:date>2026-03-19T06:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: This visual does not support exporting</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/This-visual-does-not-support-exporting/m-p/5135462#M64735</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1567608"&gt;@arauramo&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;This is expected behavior in Power BI Service because exporting to PDF and PowerPoint uses different server-side rendering methods. Exporting to PDF is more restrictive, as it relies on a rendering engine that turns report pages into static images. Some visuals, especially custom ones, may not render and will display the message “This visual does not support exporting.” Even certified visuals might not export correctly if they’re not compatible with this engine, and Microsoft notes that export fidelity isn’t guaranteed. PowerPoint export may render some visuals successfully due to differences in the export process. Since this is a platform limitation and not an issue with your visual, it’s best to use built-in visuals for reliable PDF export or consider exporting to PowerPoint or copying as an image as alternatives.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/collaborate-share/end-user-powerpoint" target="_blank"&gt;Export Entire Reports to PowerPoint - Power BI | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/collaborate-share/end-user-pdf?tabs=powerbi-service" target="_blank"&gt;Export reports to PDF - Power BI | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/export-to" target="_blank"&gt;Export Power BI embedded analytics reports API - Power BI | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2026 09:37:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/This-visual-does-not-support-exporting/m-p/5135462#M64735</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-03-19T09:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: This visual does not support exporting</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/This-visual-does-not-support-exporting/m-p/5137182#M64753</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1567608"&gt;@arauramo&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Have you had a chance to review the solution we shared earlier? If the issue persists, feel free to reply so we can help further.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 03:46:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/This-visual-does-not-support-exporting/m-p/5137182#M64753</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-03-23T03:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: This visual does not support exporting</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/This-visual-does-not-support-exporting/m-p/5138215#M64763</link>
      <description>&lt;P&gt;My custom visual is, obviously, written by me. I can and will do whatever it takes to make export work, but I must know what is preventing it now in order to fix it. It "may nor render" and "might not export correctly" and "it's best to use built-in visuals" are hardly any solutions to this issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 11:30:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/This-visual-does-not-support-exporting/m-p/5138215#M64763</guid>
      <dc:creator>arauramo</dc:creator>
      <dc:date>2026-03-24T11:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: This visual does not support exporting</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/This-visual-does-not-support-exporting/m-p/5140057#M64786</link>
      <description>&lt;P&gt;Wow, the issue was that even though the version that was certified was not yet available through App Source as a certified version. That is to say we were able to get v1.0.0.4, but not the certified v1.0.0.4. That seems super-confusing. Of course the worst part of the process is having to wait for weeks before being able to verify that the export works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well, now it works. Not sure if I would recommend writing your own visuals in a hurry.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 12:59:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/This-visual-does-not-support-exporting/m-p/5140057#M64786</guid>
      <dc:creator>arauramo</dc:creator>
      <dc:date>2026-03-27T12:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: This visual does not support exporting</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/This-visual-does-not-support-exporting/m-p/5140856#M64790</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1567608"&gt;@arauramo&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for the update. Please mark your reply as the accepted solution so it can assist other community members with similar issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 06:35:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/This-visual-does-not-support-exporting/m-p/5140856#M64790</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-03-30T06:35:40Z</dc:date>
    </item>
  </channel>
</rss>

