Forum Discussion

igreenjay's avatar
igreenjay
New Member
2 years ago

Is There A Way To Export .PBIX Files To .CSV Past 30k Rows?

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.

 

Issue: Exporting CSV data is limited to 30k rows 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 -> row n + 30k]. There are filters and slicers for rearranging the data, but they don't allow for an easy traversal of data to consistently get all of it. Also, trying to export using the API isn't possible because we are using .pbix instead of .rdl files for the embedded reports. 

 

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?

3 Replies