<?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: why parameter definitions is not showing for shared dataset in power BI report server in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/why-parameter-definitions-is-not-showing-for-shared-dataset-in/m-p/880524#M12529</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="97903" data-lia-user-login="saranrajk" class="lia-mention lia-mention-user"&gt;saranrajk&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;I'm getting data is not process error.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;what makes this kind of error.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The "query text" in a dataset needs to be just a single SELECT statement that returns a single rowset you cannot have mulitple statements in there with declare, set, begin, end etc. If you need complicated logic like that you need to create a stored procedure and then call that from your dataset.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Dec 2019 19:23:22 GMT</pubDate>
    <dc:creator>d_gosbell</dc:creator>
    <dc:date>2019-12-19T19:23:22Z</dc:date>
    <item>
      <title>why parameter definitions is not showing for shared dataset in power BI report server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/why-parameter-definitions-is-not-showing-for-shared-dataset-in/m-p/877568#M12504</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When I'm calling the&amp;nbsp; API for getting parameter definitions I'm getting an empty array,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;http://ServerName//reports/api/v2.0/Datasets(dataset_id)/parameterDefinitions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"@odata.context"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"http://servername/reports/api/v2.0/$metadata#ParameterDefinitions"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"value"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;[]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But I've set the parameters in the shared dataset&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How to resolve it&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 12:33:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/why-parameter-definitions-is-not-showing-for-shared-dataset-in/m-p/877568#M12504</guid>
      <dc:creator>saranrajk</dc:creator>
      <dc:date>2019-12-17T12:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: why parameter definitions is not showing for shared dataset in power BI report server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/why-parameter-definitions-is-not-showing-for-shared-dataset-in/m-p/878151#M12506</link>
      <description>&lt;P&gt;I just tested this scenario on my local server and this api worked fine and returned the parameter defined on my dataset. This would suggest that maybe something went wrong with the deployment and the version on the server does not match the version in the designer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you go to http://[servername]/reports/api/v2.0/Datasets does it say that your dataset has parameters?&lt;/P&gt;
&lt;DIV id="tinyMceEditord_gosbell_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 Dec 2019 00:05:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/why-parameter-definitions-is-not-showing-for-shared-dataset-in/m-p/878151#M12506</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2019-12-18T00:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: why parameter definitions is not showing for shared dataset in power BI report server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/why-parameter-definitions-is-not-showing-for-shared-dataset-in/m-p/878838#M12512</link>
      <description>&lt;P&gt;Yeah, I'm getting the list of the dataset, I'm getting a response as hasParameter : False,&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I'm using SSDT 2017, SQL Server 2017 and&amp;nbsp;Microsoft Power BI Report Server Version 15.0.1102.646.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 13:46:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/why-parameter-definitions-is-not-showing-for-shared-dataset-in/m-p/878838#M12512</guid>
      <dc:creator>saranrajk</dc:creator>
      <dc:date>2019-12-18T13:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: why parameter definitions is not showing for shared dataset in power BI report server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/why-parameter-definitions-is-not-showing-for-shared-dataset-in/m-p/879254#M12517</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="97903" data-lia-user-login="saranrajk" class="lia-mention lia-mention-user"&gt;saranrajk&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Yeah, I'm getting the list of the dataset, I'm getting a response as hasParameter : False,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So that sounds like the version of the dataset on the server and in SSDT are not the same. Maybe try deleting the one off the server and re-deploying it from SSDT or deploying it into a new location on the server.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 19:27:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/why-parameter-definitions-is-not-showing-for-shared-dataset-in/m-p/879254#M12517</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2019-12-18T19:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: why parameter definitions is not showing for shared dataset in power BI report server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/why-parameter-definitions-is-not-showing-for-shared-dataset-in/m-p/880145#M12525</link>
      <description>&lt;P&gt;I have tried and it is working now but what is causes this version compatibility because again stuck with error and I have recreated a new dataset.&lt;/P&gt;&lt;P&gt;Also, help me with the following errors.&lt;/P&gt;&lt;P&gt;Following are screenshots of my parameter and query in the dataset&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;when I call the following API&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;http://&amp;lt;server name&amp;gt;//reports/api/v2.0/DataSets(datasetID)/Data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm getting data is not process error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;what makes this kind of error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 13:18:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/why-parameter-definitions-is-not-showing-for-shared-dataset-in/m-p/880145#M12525</guid>
      <dc:creator>saranrajk</dc:creator>
      <dc:date>2019-12-19T13:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: why parameter definitions is not showing for shared dataset in power BI report server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/why-parameter-definitions-is-not-showing-for-shared-dataset-in/m-p/880524#M12529</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="97903" data-lia-user-login="saranrajk" class="lia-mention lia-mention-user"&gt;saranrajk&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;I'm getting data is not process error.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;what makes this kind of error.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The "query text" in a dataset needs to be just a single SELECT statement that returns a single rowset you cannot have mulitple statements in there with declare, set, begin, end etc. If you need complicated logic like that you need to create a stored procedure and then call that from your dataset.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 19:23:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/why-parameter-definitions-is-not-showing-for-shared-dataset-in/m-p/880524#M12529</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2019-12-19T19:23:22Z</dc:date>
    </item>
  </channel>
</rss>

