Forum Discussion
Developmentguy
2 years agoRegular Visitor
Export a single visual to pdf using power bi REST api,
Hi, I am looking for a way to export a single visual using power bi REST apis, I am able to export with no filter applied, but I failed when I used filter or bookmark, below are the filter strin...
AmosHersch
Microsoft Employee
2 years agoIf the filter now works as expected in Power BI portal for the selected visual it is expected to work when you export. You don't have to escape the filter string (with %20 instead of space, etc.).
You can try exporting the entire report/report page with the same filter and see if it applied instead of a single visual.
I don't have other suggestions besides creating a support ticket with all the details.
Developmentguy
2 years agoRegular Visitor
Ok thank you,
I just wanted to make sure if it is possible, because I saw couple of guys mentioned that filter works if you have single visual in a page, or put single visual in a page and try to export with filter, also on a video published by microsoft on youtube shows single visual in a page.