<?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 Generate single Embed Token for multiple reports? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Generate-single-Embed-Token-for-multiple-reports/m-p/1005048#M22923</link>
    <description>&lt;P&gt;The documentation tends to suggest it's possible to generate an embed token for multiple reports&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/embedtoken/generatetoken" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/rest/api/power-bi/embedtoken/generatetoken&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm passing a list of reports in the POST payload as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "reports": [
    {
      "allowEdit": false,
      "id": "077fd657-6ba6-473e-9e55-570a84e95ef4"
    },
    {
      "allowEdit": false,
      "id": "077fd657-6gf6-473e-9e55-570a84e95ef4"
    }
  ]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I submit the request I receive an error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "error": {
        "code": "InvalidRequest",
        "message": "At least one dataset is required"
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't want to do any kind of dynamic binding, I just want to generate a single embed token that can display multiple reports. Is there any way of doing this without having to specify the dataset for each report?&lt;/P&gt;</description>
    <pubDate>Fri, 03 Apr 2020 09:27:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-03T09:27:52Z</dc:date>
    <item>
      <title>Generate single Embed Token for multiple reports?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Generate-single-Embed-Token-for-multiple-reports/m-p/1005048#M22923</link>
      <description>&lt;P&gt;The documentation tends to suggest it's possible to generate an embed token for multiple reports&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/embedtoken/generatetoken" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/rest/api/power-bi/embedtoken/generatetoken&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm passing a list of reports in the POST payload as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "reports": [
    {
      "allowEdit": false,
      "id": "077fd657-6ba6-473e-9e55-570a84e95ef4"
    },
    {
      "allowEdit": false,
      "id": "077fd657-6gf6-473e-9e55-570a84e95ef4"
    }
  ]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I submit the request I receive an error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "error": {
        "code": "InvalidRequest",
        "message": "At least one dataset is required"
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't want to do any kind of dynamic binding, I just want to generate a single embed token that can display multiple reports. Is there any way of doing this without having to specify the dataset for each report?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 09:27:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Generate-single-Embed-Token-for-multiple-reports/m-p/1005048#M22923</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-03T09:27:52Z</dc:date>
    </item>
  </channel>
</rss>

