<?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 Get Dataset Parameters from REST API for Direct Query Dataset in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Get-Dataset-Parameters-from-REST-API-for-Direct-Query-Dataset/m-p/376812#M11213</link>
    <description>&lt;P&gt;I tried get the list of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="lia-search-match-lithium"&gt;parameters&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;using REST API as:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="" href="https://api.powerbi.com/v1.0/myorg/groups/$group_id/datasets/$dataset_id/parameters" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.powerbi.com/v1.0/myorg/groups/$group_id/datasets/$dataset_id/&lt;SPAN class="lia-search-match-lithium"&gt;parameters&lt;/SPAN&gt;&lt;/A&gt;" , but get the response as&amp;nbsp; empty array even though&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="lia-search-match-lithium"&gt;parameters&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;are managed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Result&lt;SPAN&gt;&amp;nbsp;o&lt;/SPAN&gt;bject(stdClass)#2 (2) { ["@odata.context"]=&amp;gt; string(98) "&lt;A title="" href="https://api.powerbi.com/v1.0/myorg/groups/$group_id/$metadata#parameters" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.powerbi.com/v1.0/myorg/groups/$group_id/$metadata#&lt;SPAN class="lia-search-match-lithium"&gt;parameters&lt;/SPAN&gt;&lt;/A&gt;" ["value"]=&amp;gt; array(0) { } }&lt;/P&gt;&lt;P&gt;Case success for Import, but failed for Direct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody get success in this&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="lia-search-match-lithium"&gt;parameters&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;REST Api, please share your idea?&amp;nbsp; Thanks in Advance&lt;/P&gt;</description>
    <pubDate>Thu, 15 Mar 2018 08:54:57 GMT</pubDate>
    <dc:creator>navaraj</dc:creator>
    <dc:date>2018-03-15T08:54:57Z</dc:date>
    <item>
      <title>Get Dataset Parameters from REST API for Direct Query Dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-Dataset-Parameters-from-REST-API-for-Direct-Query-Dataset/m-p/376812#M11213</link>
      <description>&lt;P&gt;I tried get the list of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="lia-search-match-lithium"&gt;parameters&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;using REST API as:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="" href="https://api.powerbi.com/v1.0/myorg/groups/$group_id/datasets/$dataset_id/parameters" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.powerbi.com/v1.0/myorg/groups/$group_id/datasets/$dataset_id/&lt;SPAN class="lia-search-match-lithium"&gt;parameters&lt;/SPAN&gt;&lt;/A&gt;" , but get the response as&amp;nbsp; empty array even though&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="lia-search-match-lithium"&gt;parameters&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;are managed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Result&lt;SPAN&gt;&amp;nbsp;o&lt;/SPAN&gt;bject(stdClass)#2 (2) { ["@odata.context"]=&amp;gt; string(98) "&lt;A title="" href="https://api.powerbi.com/v1.0/myorg/groups/$group_id/$metadata#parameters" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.powerbi.com/v1.0/myorg/groups/$group_id/$metadata#&lt;SPAN class="lia-search-match-lithium"&gt;parameters&lt;/SPAN&gt;&lt;/A&gt;" ["value"]=&amp;gt; array(0) { } }&lt;/P&gt;&lt;P&gt;Case success for Import, but failed for Direct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody get success in this&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="lia-search-match-lithium"&gt;parameters&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;REST Api, please share your idea?&amp;nbsp; Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 08:54:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-Dataset-Parameters-from-REST-API-for-Direct-Query-Dataset/m-p/376812#M11213</guid>
      <dc:creator>navaraj</dc:creator>
      <dc:date>2018-03-15T08:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Get Dataset Parameters from REST API for Direct Query Dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-Dataset-Parameters-from-REST-API-for-Direct-Query-Dataset/m-p/378574#M11255</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the array is empty should be caused by the Parameter is not loaded into Data Model in Direct Query mode.&lt;/P&gt;&lt;P&gt;Once the Parameter is enabled load (Right click to enable load), then the query mode would switch to import mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For testing purpose, please take a try with a similar query under Import mode, remember to clear the Enable load to check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 06:09:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-Dataset-Parameters-from-REST-API-for-Direct-Query-Dataset/m-p/378574#M11255</guid>
      <dc:creator>v-micsh-msft</dc:creator>
      <dc:date>2018-03-19T06:09:30Z</dc:date>
    </item>
  </channel>
</rss>

