<?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: Error with visual.exportData() in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2244864#M33521</link>
    <description>&lt;P&gt;We are experiencing this "&lt;SPAN&gt;ExportDataFailed" error&amp;nbsp;&lt;/SPAN&gt;too, all of a sudden! This is an all-systems-down business-critical issue for us.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/182446"&gt;@V-lianl-msft&lt;/a&gt;&amp;nbsp;Can you please help us to escalate this?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Dec 2021 14:52:32 GMT</pubDate>
    <dc:creator>csssoft</dc:creator>
    <dc:date>2021-12-17T14:52:32Z</dc:date>
    <item>
      <title>Error with visual.exportData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2183487#M32848</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think my issue is related to many other posts, but no answer provided yet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i try to export data from a custom visual, in web side, using the power bi embedded api, i get this error :&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi team, I am getting below error, while&amp;nbsp; I am trying to export visual through PowerBi js&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"message": "ExportDataFailed",&lt;BR /&gt;"detailedMessage": "Error running visual data query",&lt;BR /&gt;"level": 3,&lt;BR /&gt;"technicalDetails": {&lt;BR /&gt;"errorInfo": undefined,&lt;BR /&gt;"requestId": undefined&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The export function used to work before, but since three days, it's not workig at all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anybody help please ? it's quite urgent.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lounes&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 16:57:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2183487#M32848</guid>
      <dc:creator>Lounes-Activops</dc:creator>
      <dc:date>2021-11-10T16:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error with visual.exportData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2189419#M32908</link>
      <description>&lt;P&gt;Are you running into any of the known limitations based on the article&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/export-data" target="_self" rel="nofollow noreferrer"&gt;here&lt;/A&gt;? - listed below&lt;/P&gt;
&lt;H2 id="limitations" class="heading-anchor"&gt;Limitations&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;The maximum number of rows available to export is 30,000.&lt;/LI&gt;
&lt;LI&gt;Exports using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Underlying&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;do not work if the data source uses&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Analysis Services&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;live connection on versions older than 2016, when the tables in the model do not have a unique key.&lt;/LI&gt;
&lt;LI&gt;Exports using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Underlying&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;do not work if&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Show items with no data&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is enabled for the visualization.&lt;/LI&gt;
&lt;LI&gt;If filters are applied to the visualization, the exported data will also be filtered.&lt;/LI&gt;
&lt;LI&gt;If using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;DirectQuery&lt;/STRONG&gt;, the maximum amount of data that can be exported is 16 MB. Exports may result in less than the maximum number of rows, especially if when using multiple columns, data that is difficult to compress, or factors are present that increase file size and decrease number of rows exported.&lt;/LI&gt;
&lt;LI&gt;Power BI only supports export on visuals that use basic aggregates. Export is not available on visuals using model or report measures.&lt;/LI&gt;
&lt;LI&gt;Custom and R visuals, are not supported.&lt;/LI&gt;
&lt;LI&gt;Power BI admins have the ability to disable the export data feature.&lt;/LI&gt;
&lt;LI&gt;Concurrent export data requests from the same session are not supported. Multiple requests should be run synchronously.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 15 Nov 2021 05:42:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2189419#M32908</guid>
      <dc:creator>V-lianl-msft</dc:creator>
      <dc:date>2021-11-15T05:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error with visual.exportData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2189790#M32914</link>
      <description>&lt;P&gt;Hi V-Lianl-msft,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for replying.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No, i'm not running over the limitations listed in your message.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i don't understand is, the export data function used to work correctly before las week.&lt;/P&gt;&lt;P&gt;The error i get from my javascript function is "ExportDataFailed".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for your advices.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lounes&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 08:45:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2189790#M32914</guid>
      <dc:creator>Lounes-Activops</dc:creator>
      <dc:date>2021-11-15T08:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error with visual.exportData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2244291#M33510</link>
      <description>&lt;P&gt;We are also experiencing this same issue all of a sudden. Any responses from the folks at Power BI would be very useful!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 09:52:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2244291#M33510</guid>
      <dc:creator>stevenamani</dc:creator>
      <dc:date>2021-12-17T09:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error with visual.exportData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2244781#M33515</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We are experiencing a similar issue "&lt;STRONG&gt;Export visual data has failed&lt;/STRONG&gt;" with no technical details.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 14:07:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2244781#M33515</guid>
      <dc:creator>AntonioCoelho</dc:creator>
      <dc:date>2021-12-17T14:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error with visual.exportData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2244864#M33521</link>
      <description>&lt;P&gt;We are experiencing this "&lt;SPAN&gt;ExportDataFailed" error&amp;nbsp;&lt;/SPAN&gt;too, all of a sudden! This is an all-systems-down business-critical issue for us.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/182446"&gt;@V-lianl-msft&lt;/a&gt;&amp;nbsp;Can you please help us to escalate this?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 14:52:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2244864#M33521</guid>
      <dc:creator>csssoft</dc:creator>
      <dc:date>2021-12-17T14:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error with visual.exportData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2244974#M33524</link>
      <description>&lt;P&gt;We started getting the same error yesterday afternoon (US Eastern time).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only workaround we found was to&amp;nbsp;&lt;SPAN&gt;first manually export the data (clicking on the ellipsis on the table, then select "Export data" then export using any of the options).&amp;nbsp; After that triggering the code that has visual.exportData (in our case it's triggered by clicking a button) works.&amp;nbsp; It continues to work until the page is refreshed.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 15:42:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2244974#M33524</guid>
      <dc:creator>JPW</dc:creator>
      <dc:date>2021-12-17T15:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error with visual.exportData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2245260#M33526</link>
      <description>&lt;P class="lia-indent-padding-left-30px"&gt;We're also experincing this issue, a partial workaround that helped was exporting non-summarized data (eg. using the Underlying export data option).&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 18:42:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2245260#M33526</guid>
      <dc:creator>Versatile</dc:creator>
      <dc:date>2021-12-17T18:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error with visual.exportData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2251253#M33583</link>
      <description>&lt;P&gt;Please try to&amp;nbsp;remove groupId from the embed url or from the embed config when the report is in a workspace V2.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 06:20:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2251253#M33583</guid>
      <dc:creator>V-lianl-msft</dc:creator>
      <dc:date>2021-12-22T06:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error with visual.exportData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2251615#M33587</link>
      <description>&lt;P&gt;Same error occurs after testing without the groupId in the embedUrl in a V2 workspace&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 09:21:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2251615#M33587</guid>
      <dc:creator>alexmcarreira</dc:creator>
      <dc:date>2021-12-22T09:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error with visual.exportData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2251626#M33588</link>
      <description>&lt;P&gt;I wonder if my export problems also relate to this. using the API and&amp;nbsp;ExportToFileInGroupAsync, when I call&amp;nbsp;&lt;STRONG&gt;GetExportToFileStatusInGroupWithHttpMessagesAsync&amp;nbsp;&lt;/STRONG&gt;I now consistently get a failure status. This worked previously and the code or report didn't change.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 09:25:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2251626#M33588</guid>
      <dc:creator>JAnder</dc:creator>
      <dc:date>2021-12-22T09:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error with visual.exportData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2251955#M33590</link>
      <description>&lt;P&gt;I can confirm that making the API call twice or thrice (immediately after it errors) is working.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 12:29:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2251955#M33590</guid>
      <dc:creator>stevenamani</dc:creator>
      <dc:date>2021-12-22T12:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error with visual.exportData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2285182#M33894</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Still facing the same issue. No details in the error message. Export works from the PBI Service but not from the JS API.&lt;/P&gt;&lt;P&gt;Export is within the limitations and stopped working in the last 2-3 weeks.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"message": "ExportDataFailed",&lt;BR /&gt;"detailedMessage": "Export visual data has failed",&lt;BR /&gt;"level": 3,&lt;BR /&gt;"technicalDetails": {}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jan 2022 09:43:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2285182#M33894</guid>
      <dc:creator>gto</dc:creator>
      <dc:date>2022-01-16T09:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error with visual.exportData()</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2285287#M33897</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/352036"&gt;@gto&lt;/a&gt;&amp;nbsp;I &lt;A href="https://community.powerbi.com/t5/Issues/ExportDataFailed-Error-from-Embed-API/idc-p/2276015/highlight/true#M74421" target="_self"&gt;posted a workaround&lt;/A&gt; on another related thread that seems to be working in our environment.&amp;nbsp; See if that resolves the issue for you.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jan 2022 14:40:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Error-with-visual-exportData/m-p/2285287#M33897</guid>
      <dc:creator>JPW</dc:creator>
      <dc:date>2022-01-16T14:40:19Z</dc:date>
    </item>
  </channel>
</rss>

