microsoft / powerbi-jupyter

A Custom Jupyter Widget Library for Power BI
MIT License
471 stars 151 forks source link

Export all rows via export_visual_data API #21

Closed pdarunraj closed 2 years ago

pdarunraj commented 3 years ago

Please provide the options to export all rows from visual data without having to feed number to rows keyword.

export_visual_data(page_name, visual_name, rows=all_rows, export_data_type=models.ExportDataType.SUMMARIZED.value)

The documentation doesnt explain about it.

orshemesh16 commented 2 years ago

Thank you for your input, we updated the method to return all rows by default, see new documentation.