Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
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?
Solved! Go to Solution.
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
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
Hi @v-nokumar ,
The only way is to pass the Filter condition in the URL shown below.
Example:-
?filter=Store/Territory eq 'NC'
?filter=Store/Territory in ('NC', 'TN')
?filter=Store/Territory eq 'NC' and Store/Chain eq 'Fashions Direct'
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
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 16 | |
| 11 | |
| 10 | |
| 8 | |
| 7 |
| User | Count |
|---|---|
| 41 | |
| 36 | |
| 36 | |
| 28 | |
| 20 |