<?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 Is There A Way To Export .PBIX Files To .CSV Past 30k Rows? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Is-There-A-Way-To-Export-PBIX-Files-To-CSV-Past-30k-Rows/m-p/3521031#M45264</link>
    <description>&lt;P&gt;Current Situation: working on a page that embeds power bi reports using .pbix files and has actions that allow for users to export their reports as CSV or PDF. We are exporting to CSV data via the Javascript SDK and exporting to PDF using the API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Issue: &lt;A href="https://learn.microsoft.com/en-us/javascript/api/powerbi/powerbi-client/visualdescriptor.visualdescriptor#powerbi-client-visualdescriptor-visualdescriptor-exportdata" target="_blank" rel="noopener"&gt;Exporting CSV data is limited to 30k rows&lt;/A&gt; by the SDK, and there is no way to either know how many rows there are in the dataset using the SDK and there is no way to offset the data to get data from [row n -&amp;gt; row n + 30k]. There are &lt;A href="https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/control-report-filters#top-n-filter" target="_blank" rel="noopener"&gt;filters&lt;/A&gt; and &lt;A href="https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/control-report-slicers" target="_blank" rel="noopener"&gt;slicers&lt;/A&gt; for rearranging the data, but they don't allow for an easy traversal of data to consistently get all of it. Also, &lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-to-file#exportreportrequest" target="_blank" rel="noopener"&gt;trying to export using the API&lt;/A&gt; isn't possible because we are using .pbix instead of .rdl files for the embedded reports.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question: Is there truly no way through either the Javascript SDK or REST API to export data from a visual not present in the first 30k rows from a .pbix report or am I missing something?&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2023 00:23:44 GMT</pubDate>
    <dc:creator>igreenjay</dc:creator>
    <dc:date>2023-11-08T00:23:44Z</dc:date>
    <item>
      <title>Is There A Way To Export .PBIX Files To .CSV Past 30k Rows?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Is-There-A-Way-To-Export-PBIX-Files-To-CSV-Past-30k-Rows/m-p/3521031#M45264</link>
      <description>&lt;P&gt;Current Situation: working on a page that embeds power bi reports using .pbix files and has actions that allow for users to export their reports as CSV or PDF. We are exporting to CSV data via the Javascript SDK and exporting to PDF using the API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Issue: &lt;A href="https://learn.microsoft.com/en-us/javascript/api/powerbi/powerbi-client/visualdescriptor.visualdescriptor#powerbi-client-visualdescriptor-visualdescriptor-exportdata" target="_blank" rel="noopener"&gt;Exporting CSV data is limited to 30k rows&lt;/A&gt; by the SDK, and there is no way to either know how many rows there are in the dataset using the SDK and there is no way to offset the data to get data from [row n -&amp;gt; row n + 30k]. There are &lt;A href="https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/control-report-filters#top-n-filter" target="_blank" rel="noopener"&gt;filters&lt;/A&gt; and &lt;A href="https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/control-report-slicers" target="_blank" rel="noopener"&gt;slicers&lt;/A&gt; for rearranging the data, but they don't allow for an easy traversal of data to consistently get all of it. Also, &lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-to-file#exportreportrequest" target="_blank" rel="noopener"&gt;trying to export using the API&lt;/A&gt; isn't possible because we are using .pbix instead of .rdl files for the embedded reports.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question: Is there truly no way through either the Javascript SDK or REST API to export data from a visual not present in the first 30k rows from a .pbix report or am I missing something?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 00:23:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Is-There-A-Way-To-Export-PBIX-Files-To-CSV-Past-30k-Rows/m-p/3521031#M45264</guid>
      <dc:creator>igreenjay</dc:creator>
      <dc:date>2023-11-08T00:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is There A Way To Export .PBIX Files To .CSV Past 30k Rows?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Is-There-A-Way-To-Export-PBIX-Files-To-CSV-Past-30k-Rows/m-p/3529833#M45316</link>
      <description>&lt;P&gt;Consider running DAX queries against the dataset instead.&amp;nbsp; The row limits are much higher and can be modified in the capacity administration.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 01:48:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Is-There-A-Way-To-Export-PBIX-Files-To-CSV-Past-30k-Rows/m-p/3529833#M45316</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-11-13T01:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is There A Way To Export .PBIX Files To .CSV Past 30k Rows?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Is-There-A-Way-To-Export-PBIX-Files-To-CSV-Past-30k-Rows/m-p/3531643#M45337</link>
      <description>&lt;P&gt;Hi, I appreciate your response, but it is not really an answer to the question I was asking. I am working under specific limitations as listed in the question. Thanks though!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 21:42:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Is-There-A-Way-To-Export-PBIX-Files-To-CSV-Past-30k-Rows/m-p/3531643#M45337</guid>
      <dc:creator>igreenjay</dc:creator>
      <dc:date>2023-11-13T21:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is There A Way To Export .PBIX Files To .CSV Past 30k Rows?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Is-There-A-Way-To-Export-PBIX-Files-To-CSV-Past-30k-Rows/m-p/3553416#M45490</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="642781" data-lia-user-login="igreenjay" class="lia-mention lia-mention-user"&gt;igreenjay&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to us with your problem. Base on your description, it seems that you are trying to export the data with 30k rows. The following links are the threads which has the similar requirement as yours, hope they can help you resolve the problem.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Using R or Powershell:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Power-Query/Export-huge-amount-of-data-from-one-pbix-file-and-import-in/td-p/161236" target="_blank" rel="noopener"&gt;Solved: Export huge amount of data from one pbix-file and ... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;&lt;SPAN&gt;In follow up, you might also try using R to export the data from your .pbix file as explained here:&lt;SPAN&gt;&amp;nbsp;&lt;A style="font-family: inherit; font-size: 16px; background-color: #ffffff;" href="https://community.powerbi.com/t5/Community-Knowledge-Base/Export-dataset-into-a-file-from-Power-BI-Desktop-using-R-script/ta-p/162672" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.powerbi.com/t5/Community-Knowledge-Base/Export-dataset-into-a-file-from-Power-BI-D...&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT size="3"&gt;you can try this, it is using powershell, i tried it myself with 8 millions rows, and it worked.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;A href="https://github.com/djouallah/PowerBI_Desktop_Export_CSV" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/djouallah/PowerBI_Desktop_Export_CSV&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P style="line-height: 1.71429; font-family: SegoeUI, Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;&lt;STRONG&gt;Using DAX Studio:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A style="background-color: #ffffff;" href="https://www.biinsight.com/exporting-data-from-power-bi-desktop-to-excel-and-csv-part-1-copy-paste-and-dax-studio-methods/" target="_blank" rel="noopener"&gt;Exporting Data from Power BI Desktop to Excel and CSV – Part 1: Copy &amp;amp; Paste and DAX Studio Methods - BI Insight&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 07:29:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Is-There-A-Way-To-Export-PBIX-Files-To-CSV-Past-30k-Rows/m-p/3553416#M45490</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-27T07:29:29Z</dc:date>
    </item>
  </channel>
</rss>

