<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Power BI REST API: Problems exporting multi-page reports with bookmarks in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Problems-exporting-multi-page-reports-with/m-p/1574576#M26951</link>
    <description>&lt;P&gt;Thanks for the suggestion. That should work, although it'll become onerous for reports with many pages.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to confirm: the current behaviour isn't the intended one, or is it? In theory Data-only bookmarks shouldn't remember the current page. And the default bookmark for an export request should apply to all pages exported within the request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe there&amp;nbsp;formerly was a warning in the REST API documentation to the effect that identifying a bookmark by name didn't work yet, but the warning has since been removed.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Dec 2020 07:43:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-12-30T07:43:55Z</dc:date>
    <item>
      <title>Power BI REST API: Problems exporting multi-page reports with bookmarks</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Problems-exporting-multi-page-reports-with/m-p/1573627#M26938</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://docs.microsoft.com/en-us/rest/api/power-bi/reports/exporttofileingroup" href="https://docs.microsoft.com/en-us/rest/api/power-bi/reports/exporttofileingroup" target="_blank" rel="noreferrer noopener"&gt;Export To File In Group&amp;nbsp;&lt;/A&gt;REST endpoint to export a multi-page report with bookmarks to PNG, and I'm running into problems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, during a export request I want to render each page in the report in the &lt;EM&gt;same&lt;/EM&gt; filter state, as specified by a bookmark.&amp;nbsp;The bookmarks in the report only memorize the state of the filters (&lt;A title="https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-bookmarks" href="https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-bookmarks" target="_blank" rel="noreferrer noopener"&gt;"Data"&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've obtained the identifying bookmark names (NOT the displayNames) using the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://github.com/microsoft/powerbi-javascript/wiki/bookmarks#get-a-list-of-bookmarks" href="https://github.com/Microsoft/PowerBI-JavaScript/wiki/Bookmarks#get-a-list-of-bookmarks" target="_blank" rel="noreferrer noopener"&gt;PowerBI Javascript API&lt;/A&gt;. I'm not selecting the bookmarks using the bookmark state.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have encountered the following problems when exporting:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Supplying the bookmark as the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://docs.microsoft.com/en-us/rest/api/power-bi/reports/exporttofileingroup#powerbireportexportconfiguration" href="https://docs.microsoft.com/en-us/rest/api/power-bi/reports/exporttofileingroup#powerbireportexportconfiguration" target="_blank" rel="noreferrer noopener"&gt;defaultBookmark&lt;/A&gt; for all the pages doesn't have any effect. It's completely ignored.&lt;/LI&gt;&lt;LI&gt;If, as a workaround,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="https://docs.microsoft.com/en-us/rest/api/power-bi/reports/exporttofileingroup#exportreportpage" href="https://docs.microsoft.com/en-us/rest/api/power-bi/reports/exporttofileingroup#exportreportpage" target="_blank" rel="noreferrer noopener"&gt;I request each report page explicitly&lt;/A&gt; ,requesting the &lt;EM&gt;same&lt;/EM&gt; bookmark each time, then the bookmark is respected, but each of the exported PNG files becomes an exact copy of the first report page! This doesn't happen when not requesting any bookmark; in that case each PNG reflects its proper page.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Is there any solution or workaround for these problems?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 15:57:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Problems-exporting-multi-page-reports-with/m-p/1573627#M26938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-29T15:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API: Problems exporting multi-page reports with bookmarks</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Problems-exporting-multi-page-reports-with/m-p/1573867#M26940</link>
      <description>&lt;P&gt;Create and specify separate bookmarks for each of the pages you want to export with the applied filters.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 18:15:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Problems-exporting-multi-page-reports-with/m-p/1573867#M26940</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-12-29T18:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API: Problems exporting multi-page reports with bookmarks</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Problems-exporting-multi-page-reports-with/m-p/1574576#M26951</link>
      <description>&lt;P&gt;Thanks for the suggestion. That should work, although it'll become onerous for reports with many pages.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to confirm: the current behaviour isn't the intended one, or is it? In theory Data-only bookmarks shouldn't remember the current page. And the default bookmark for an export request should apply to all pages exported within the request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe there&amp;nbsp;formerly was a warning in the REST API documentation to the effect that identifying a bookmark by name didn't work yet, but the warning has since been removed.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2020 07:43:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Problems-exporting-multi-page-reports-with/m-p/1574576#M26951</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-30T07:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API: Problems exporting multi-page reports with bookmarks</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Problems-exporting-multi-page-reports-with/m-p/1575085#M26957</link>
      <description>&lt;P&gt;My understanding of bookmarks is different (not necessarily correct &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; ) - I think of them as being locked to certain filter snapshots &lt;STRONG&gt;for a page&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2020 14:29:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Problems-exporting-multi-page-reports-with/m-p/1575085#M26957</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-12-30T14:29:36Z</dc:date>
    </item>
  </channel>
</rss>

