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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
v-nokumar
Microsoft Employee
Microsoft Employee

How to export power BI report to ppt with applied filters using .net blazor

Hi Power BI service Team,

I am exporting power BI report to pptx using power BI API. But, now I have to export with applied filters and to do this I need to know what is filtered and so I can pass the filter parmeters to export. 
I can see, in microsoft itself given one parameter to send reportlevel filter like below in link-

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

 

But to pass value in it, from where I can get need to know.

So, Could you please help me if there any API or any other solution?

1 ACCEPTED SOLUTION
v-nokumar
Microsoft Employee
Microsoft Employee

I got the solution for this

I have used JavaScript API to capture bookmark and get filters and based on that I am able to export with applied filters into PPTX.

Thanks

 

View solution in original post

3 REPLIES 3
v-nokumar
Microsoft Employee
Microsoft Employee

I got the solution for this

I have used JavaScript API to capture bookmark and get filters and based on that I am able to export with applied filters into PPTX.

Thanks

 

mohitkumawat
Super User
Super User

Hi @v-nokumar ,

The only way is to pass the Filter condition in the URL shown below. 

mohitkumawat_0-1715152992667.png

Example:-

?filter=Store/Territory eq 'NC'

?filter=Store/Territory in ('NC', 'TN')

?filter=Store/Territory eq 'NC' and Store/Chain eq 'Fashions Direct'

 

https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters#considerations-and-...

Hi @mohitkumawat ,

I have checked I want to know from where I can get these values which is given in example:-

?filter=Store/Territory eq 'NC'

?filter=Store/Territory in ('NC', 'TN')

?filter=Store/Territory eq 'NC' and Store/Chain eq 'Fashions Direct'

I need these value as runtime because user can filter anything in report and there need to know about values
So, Is there any other thing where I can get filtered values?

Thanks

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors