Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
alexandrejdeos
New Member

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 data segmentation selected by the user with the current values, exporting the file in PDF/PPTX disregarding the filtered data in the segmentation with the default data. We did not identify in the documentation the procedure that should be implemented. How can we implement the export considering the current data selected by the user?

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

When you export via the API there is no "user" and no "user selections" .  You can specify report level filters or bookmarks.

View solution in original post

6 REPLIES 6
v-nokumar
Employee
Employee

Hi @AmosHersch ,

Could you please give me an example to bookmark using javascript API? So, I will get better image for this?

Thanks

v-nokumar
Employee
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

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.

Then use Power BI for the export. With Power Automate there is no filter context.

lbendlin
Super User
Super User

When you export via the API there is no "user" and no "user selections" .  You can specify report level filters or bookmarks.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.