Forum Discussion
ozpbi123
3 years agoRegular Visitor
Exporting PDF/PPT with current state via API
Hello, Following instructions from other posts, I am attempting to export an embedded report into a PDF or PPT file with the current state of the report via the following: 1. When the user choos...
- 3 years ago
Hi,
I don't see what is missing, the bookmark state should be some base64 which Power BI tries to decodes. The error probably means something was wrong during decoding. Maybe try to see in the network traces how the state you're sending looks like. If it's not a base64 string then it wasn't captured/passed correctly.
You can also try to apply the bookmark state using the Javascript API and see if it's valid.
ozpbi123
3 years agoRegular Visitor
The issue was an outdated powerbi-client package. Upgrading resolved the issue.
Anonymous
2 years agoNot applicable
Hi, Do you have the steps to enable export to pdf/ ptt for powerbi reports embedded in web application for external users