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

Shape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.

Reply
JagadishNallami
Frequent Visitor

Export filters not applied when exporting an embed report requested with filters in url

Hi there, 

 

I am embeding a PowerBi report in my application. During embedding I am passing the filter parameter in the embed url. Like this

https://app.powerbi.com/reportEmbed?reportId=xxxx&groupId=xxxx=2&config=xxxxx&filter=Employees/employee_id eq 201445.

After the report is embedded, I am changing the slicers to modify the data and capturing the state of the report using the bookMarkManager.capture() method in PowerBi JS client. Later I am using this state to export the report to PDF. The problem is I am trying to pass some more filters through the ReportLevelFilters property of the PowerBIReportExportConfiguration object. But the report filters I am sending while exporting are not applied on the exporte PDF. I could still see the data from the captured state only. Any idea why the export filters are not working? Is it due to using the filters in the embed url?

 

Please let me know what is happening and any way to make it work.

 

I also observed if we didn't pass the filters in the embed url, then the export filters are working. Any way to make both work?

1 ACCEPTED SOLUTION
v-shex-msft
Community Support
Community Support

HI @JagadishNallami,

I suppose these additional filters did not be recognized and capture by API. Perhaps you can try to enter to edit mode and save and apply them to the repot.

In addition, you can also take a look the official document about bookmark and capture feature if it helps with your scenario:

Overview of bookmarks in Power BI service reports - Power BI | Microsoft Learn

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

1 REPLY 1
v-shex-msft
Community Support
Community Support

HI @JagadishNallami,

I suppose these additional filters did not be recognized and capture by API. Perhaps you can try to enter to edit mode and save and apply them to the repot.

In addition, you can also take a look the official document about bookmark and capture feature if it helps with your scenario:

Overview of bookmarks in Power BI service reports - Power BI | Microsoft Learn

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.