Forum Discussion
Export to File for Power BI reports flow using Bookmarks
- 5 years ago
Put the bookmark GUID in the "Bookmark Name" field, not the label that you assigned to the bookmark.
Put the bookmark GUID in the "Bookmark Name" field, not the label that you assigned to the bookmark.
Quick followup -- I've got a 7 page report and the exported PDF comes out as just 7 copies of the first page only. I've tried to use the page sections below where you can add the ReportSectionGUID and BookmarkGUID. No luck -- different attempts always end up with 7 of the first page. Any advice or where to find good instructions -- Microsoft support pages are cryptic.
- Anonymous5 years agoNot applicable
Add BookmakGUID to 'Pages Bookmark Name'. OR
You can add the Bookmark along with the pagename to 'Pages pageName - 1' section like the following:{
"pageName": "ReportSectionGUID",
"bookmark/name": "BookmarkGUID"
}