Forum Discussion
Anonymous
5 years agoNot applicable
Export to File for Power BI reports flow using Bookmarks
I know that earlier in 2020, it wasn't yet possible to use this Flow action and specify a bookmarked view to export, but sometime in late 2020 it seems like this feature may have become active (it no...
- 5 years ago
Put the bookmark GUID in the "Bookmark Name" field, not the label that you assigned to the bookmark.
Anonymous
5 years agoNot applicable
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.
Anonymous
5 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"
}