andrewvillazon / andrewvillazon/pbipy
Add convenience method that handles the export process
Open
enhancement
- Dominant language
- Python
- Stars
- 102
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
In the pbi api, the process to export a Report into another format involves:
* Triggering an export job
* Polling the export job status until complete
* Downloading the file.
A method that wraps this process should be added to the Report object, e.g. `report.export(format="pdf", save_to="/some_dir", filename="my_report")`
Contributor guide
Assessment
This issue has not been assessed yet.