Forum Discussion
Exporting PDF/PPT with current state via API
- 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.
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.
The issue was an outdated powerbi-client package. Upgrading resolved the issue.