Forum Discussion
alexandrejdeos
2 years agoRegular Visitor
Export Reports with Actual Data Power Bi from API
We have implemented the export of the Power BI file using the ExportReports API (https://learn.microsoft.com/pt-br/rest/api/power-bi/reports/export-report). However, the return does not consider the ...
- 2 years ago
When you export via the API there is no "user" and no "user selections" . You can specify report level filters or bookmarks.
v-nokumar
2 years agoMicrosoft Employee
Hi lbendlin ,
To pass value in Report Level Filters, we need to know what value is selected and how can we achieve that selected values at run time.
Thanks
AmosHersch
2 years agoMicrosoft Employee
You can use bookmarks for that purpose.
If you have an app embedding the report then you can capture the report state as a bookmark using Javascript API, and pass the captured bookmark state to the API.