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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Export Power BI Embedded Report With Slicers Selected.

The 'Embed to Customer' level of our application has a Power BI report embedded in it. Since there isn't a direct export option, we have made a different button using Export to file option to export the report. The report is currently exporting, but it is exporting with the default slicer selection. To fix this, we created a second filter selection box in the application, sent the report's parameters, applied the filter, and were able to export with the selected filter.

 

Nevertheless, we are unable to apply some of the distinct slicers that we have. These embedding scenarios are very cost-effective for embedding the report, but they are also very confusing and complex. and there are no suitable guidelines available to make this task simple to accomplish.

 

Is there any way to simplify these things by capturing the slicer selection automatically to get the Token export the report easily..?

currently we have P1 Sku capacity. embedded for Customer scenario through Service Pricncipal.

Thanks.

Status: Investigating

Hi @PrasadPBI0398 

You can export the report in that specific state via bookmark . You can refer to the official documentation for more information.

https://learn.microsoft.com/en-us/power-bi/developer/embedded/export-to#bookmarks 

 

Best Regards,
Community Support Team _ Ailsa Tao

Comments
v-yetao1-msft
Community Support
Status changed to: Investigating

Hi @PrasadPBI0398 

You can export the report in that specific state via bookmark . You can refer to the official documentation for more information.

https://learn.microsoft.com/en-us/power-bi/developer/embedded/export-to#bookmarks 

 

Best Regards,
Community Support Team _ Ailsa Tao

PrasadPBI0398
Regular Visitor

Hi,

To achive this,
Does the Power BI report require any bookmark creation? or it must execute the entire operation from the application code. in that instance, if a user modifies any slicer on any report page. Will every page in the report be affected and exported in that particular state?