I'm trying to export to a pdf file a power bi embedded report in a custom app with the current values of the report but when I use this function: let capturedBookmark = report.bookmarksManager.capture(); this error shows to me:
message: "captureBookmarkFailed", detailedMessage: "Invalid bookmark request", level: 3.
So I was wondering if anybody had the same error and how did you solve it?
Thanks in advance.